add an icon to the Copy action at the menu

This commit is contained in:
tibbi 2016-11-19 11:45:45 +01:00
parent aa29c5b6d8
commit 63dc2b5184
7 changed files with 4 additions and 2 deletions

View file

@ -23,8 +23,9 @@
app:showAsAction="ifRoom"/>
<item
android:id="@+id/cab_copy_move"
android:icon="@mipmap/copy"
android:title="@string/copy_move"
app:showAsAction="never"/>
app:showAsAction="ifRoom"/>
<item
android:id="@+id/cab_delete"
android:icon="@mipmap/delete"

View file

@ -13,8 +13,9 @@
app:showAsAction="ifRoom"/>
<item
android:id="@+id/cab_copy_move"
android:icon="@mipmap/copy"
android:title="@string/copy_move"
app:showAsAction="never"/>
app:showAsAction="ifRoom"/>
<item
android:id="@+id/cab_delete"
android:icon="@mipmap/delete"

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B