diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2014-07-01 17:51:43 +0200 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2014-07-01 17:51:43 +0200 |
| commit | e1dc029646f3ad0a4ca1c6f7a0792c508822710d (patch) | |
| tree | 078e5dd633cac7406a604b599f8864ebf219dfc0 /main | |
| parent | 36f0362d1e920c04ee264f70a907805dae9dcdd4 (diff) | |
| download | cgeo-e1dc029646f3ad0a4ca1c6f7a0792c508822710d.zip cgeo-e1dc029646f3ad0a4ca1c6f7a0792c508822710d.tar.gz cgeo-e1dc029646f3ad0a4ca1c6f7a0792c508822710d.tar.bz2 | |
Add non appcompat entries for MapsActivity, which uses native ActionBar
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/menu/map_activity.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/main/res/menu/map_activity.xml b/main/res/menu/map_activity.xml index 4c1dfd7..754a9e1 100644 --- a/main/res/menu/map_activity.xml +++ b/main/res/menu/map_activity.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cgeo="http://schemas.android.com/apk/res-auto" > - <item android:id="@+id/menu_toggle_mypos" android:icon="@drawable/ic_menu_myposition" @@ -12,6 +11,7 @@ android:id="@+id/menu_select_mapview" android:icon="@drawable/ic_menu_mapmode" android:title="@string/map_view_map" + android:showAsAction="ifRoom|withText" cgeo:showAsAction="ifRoom|withText"> <menu> <group @@ -20,22 +20,27 @@ </group> </menu> </item> + + <item android:id="@+id/menu_map_live" android:icon="@drawable/ic_menu_refresh" android:title="@string/map_live_disable" + android:showAsAction="ifRoom|withText" cgeo:showAsAction="ifRoom|withText"> </item> <item android:id="@+id/menu_store_caches" android:icon="@drawable/ic_menu_set_as" android:title="@string/caches_store_offline" + android:showAsAction="ifRoom|withText" cgeo:showAsAction="ifRoom|withText"> </item> <item android:id="@+id/submenu_modes" android:icon="@drawable/ic_menu_mark" android:title="@string/map_modes" + android:showAsAction="ifRoom|withText" cgeo:showAsAction="ifRoom|withText"> <menu> <item @@ -65,6 +70,7 @@ android:id="@+id/menu_theme_mode" android:icon="@drawable/ic_menu_preferences" android:title="@string/map_theme_select" + android:showAsAction="ifRoom|withText" cgeo:showAsAction="ifRoom|withText"> </item> <item |
