Fix refactor code
This commit is contained in:
parent
c3c5f7e829
commit
43bfc24ec5
21 changed files with 82 additions and 111 deletions
|
@ -22,6 +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"
|
||||
app:showAsAction="ifRoom">
|
||||
<menu>
|
||||
<group
|
||||
|
@ -58,6 +59,7 @@
|
|||
android:id="@+id/action_layout_type"
|
||||
android:icon="@drawable/ic_dashboard_white_24dp"
|
||||
android:title="@string/grid_style_label"
|
||||
android:orderInCategory="6"
|
||||
app:showAsAction="ifRoom">
|
||||
<menu>
|
||||
<group
|
||||
|
@ -85,6 +87,7 @@
|
|||
</menu>
|
||||
</item>
|
||||
<item
|
||||
android:orderInCategory="5"
|
||||
android:id="@+id/action_sort_order"
|
||||
android:icon="@drawable/ic_sort_white_24dp"
|
||||
android:title="@string/action_sort_order"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue