adding an icon to Slideshow menu item

This commit is contained in:
tibbi 2018-06-28 14:00:52 +02:00
parent 53f9686382
commit 04c0d77ea9
5 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

View file

@ -54,8 +54,9 @@
app:showAsAction="never"/> app:showAsAction="never"/>
<item <item
android:id="@+id/menu_slideshow" android:id="@+id/menu_slideshow"
android:icon="@drawable/ic_slideshow"
android:title="@string/slideshow" android:title="@string/slideshow"
app:showAsAction="never"/> app:showAsAction="ifRoom"/>
<item <item
android:id="@+id/menu_copy_to" android:id="@+id/menu_copy_to"
android:title="@string/copy_to" android:title="@string/copy_to"