mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
move slideshow below Properties
This commit is contained in:
@ -52,11 +52,6 @@
|
||||
android:id="@+id/menu_lock_orientation"
|
||||
android:title="@string/lock_orientation"
|
||||
app:showAsAction="never"/>
|
||||
<item
|
||||
android:id="@+id/menu_slideshow"
|
||||
android:icon="@drawable/ic_slideshow"
|
||||
android:title="@string/slideshow"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/menu_copy_to"
|
||||
android:title="@string/copy_to"
|
||||
@ -91,6 +86,11 @@
|
||||
android:icon="@drawable/ic_info"
|
||||
android:title="@string/properties"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/menu_slideshow"
|
||||
android:icon="@drawable/ic_slideshow"
|
||||
android:title="@string/slideshow"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/menu_rename"
|
||||
android:title="@string/rename"
|
||||
|
Reference in New Issue
Block a user