mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
move slideshow below Properties
This commit is contained in:
parent
04c0d77ea9
commit
1cca5a4252
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue