Unused resource cleanup

This commit is contained in:
Daniel Martí 2015-07-28 22:15:58 -07:00
parent 6ebd24e2bb
commit a5c65f7b30
6 changed files with 0 additions and 15 deletions
F-Droid/res
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
menu

Binary file not shown.

Before

(image error) Size: 214 B

Binary file not shown.

Before

(image error) Size: 165 B

Binary file not shown.

Before

(image error) Size: 239 B

Binary file not shown.

Before

(image error) Size: 302 B

Binary file not shown.

Before

(image error) Size: 355 B

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/edit_repo"
android:title="@string/edit"
android:icon="@drawable/ic_edit_white" />
<item
android:id="@+id/delete_repo"
android:title="@string/delete"
android:icon="@drawable/ic_delete_white" />
</menu>