Unused resource cleanup #2

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

View File

@ -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>