Replace some image drawables with vector drawables

This commit is contained in:
len
2016-03-06 18:18:09 +01:00
parent e1448eaeda
commit 8c456a2da4
41 changed files with 67 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
<item android:id="@+id/action_delete"
android:title="@string/action_delete"
android:icon="@drawable/ic_action_delete"
android:icon="@drawable/ic_delete_white_24dp"
android:visible="false"
app:showAsAction="ifRoom"/>