Skip to content

Commit

Permalink
change order of icons in "main" menu
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Dec 6, 2021
1 parent 5f7c1c6 commit 978fde6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/menu/menu_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
android:icon="@drawable/ic_refresh_white_24dp"
android:title="@string/action_refresh"
app:showAsAction="always" />
<item
android:id="@+id/action_location"
android:icon="@drawable/sharp_my_location_white_24"
android:title="@string/setting_auto_detect_location"
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_search"
android:icon="@drawable/ic_magnify_white_24dp"
Expand All @@ -22,11 +27,6 @@
android:icon="@drawable/sharp_insert_chart_outlined_white_24"
android:title="@string/action_graphs"
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_location"
android:icon="@drawable/sharp_my_location_white_24"
android:title="@string/setting_auto_detect_location"
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_settings"
android:icon="@drawable/sharp_settings_white_24"
Expand Down

0 comments on commit 978fde6

Please sign in to comment.