diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-18 15:09:44 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-18 15:09:44 +0200 |
| commit | 59f01679a8c085ff734f9975f255bc56ab22a44d (patch) | |
| tree | 0d0871ab0e0c83043d8ca0fa49a3acdeeff70772 /main | |
| parent | 59b2706eed22dd8db86e38c3563a45b4cf9ea7de (diff) | |
| download | cgeo-59f01679a8c085ff734f9975f255bc56ab22a44d.zip cgeo-59f01679a8c085ff734f9975f255bc56ab22a44d.tar.gz cgeo-59f01679a8c085ff734f9975f255bc56ab22a44d.tar.bz2 | |
push settings action further down
According to the guidelines, settings are only needed by the user
seldomly and shall therefore not be the most prominent action in the
action bar.
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/menu/main_activity_options.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/res/menu/main_activity_options.xml b/main/res/menu/main_activity_options.xml index 9b5adea..01ae5da 100644 --- a/main/res/menu/main_activity_options.xml +++ b/main/res/menu/main_activity_options.xml @@ -11,12 +11,6 @@ cgeo:actionViewClass="android.support.v7.widget.SearchView"
cgeo:showAsAction="collapseActionView|always"/>
<item
- android:id="@+id/menu_settings"
- android:icon="@drawable/ic_menu_preferences"
- android:title="@string/menu_settings"
- cgeo:showAsAction="ifRoom">
- </item>
- <item
android:id="@+id/menu_history"
android:icon="@drawable/ic_menu_recent_history"
android:title="@string/menu_history"
@@ -29,6 +23,12 @@ cgeo:showAsAction="ifRoom">
</item>
<item
+ android:id="@+id/menu_settings"
+ android:icon="@drawable/ic_menu_preferences"
+ android:title="@string/menu_settings"
+ cgeo:showAsAction="ifRoom">
+ </item>
+ <item
android:id="@+id/menu_helpers"
android:icon="@drawable/ic_menu_shopping"
android:title="@string/menu_helpers"
|
