Update menu_main.xml
This commit is contained in:
parent
12425e2692
commit
52bb981549
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
android:id="@+id/action_grid_size"
|
||||
android:icon="@drawable/ic_grid_size_white_24dp"
|
||||
android:title="@string/action_grid_size"
|
||||
android:orderInCategory="2"
|
||||
android:orderInCategory="5"
|
||||
app:showAsAction="ifRoom">
|
||||
<menu>
|
||||
<group
|
||||
|
@ -87,7 +87,7 @@
|
|||
</menu>
|
||||
</item>
|
||||
<item
|
||||
android:orderInCategory="5"
|
||||
android:orderInCategory="2"
|
||||
android:id="@+id/action_sort_order"
|
||||
android:icon="@drawable/ic_sort_white_24dp"
|
||||
android:title="@string/action_sort_order"
|
||||
|
|
Loading…
Reference in a new issue