aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-06-11 19:46:25 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-06-11 19:46:25 +0200
commit5d2ee349f514cf23ae174ccb3076f73bbc5b2d82 (patch)
treed94c87cac86f567c2434876cafd457bd40ac85ac /main/res
parentd7033c3ac7bf5b87d8dd004a95aeb387f6849cfe (diff)
downloadcgeo-5d2ee349f514cf23ae174ccb3076f73bbc5b2d82.zip
cgeo-5d2ee349f514cf23ae174ccb3076f73bbc5b2d82.tar.gz
cgeo-5d2ee349f514cf23ae174ccb3076f73bbc5b2d82.tar.bz2
reorder compass menu items
Diffstat (limited to 'main/res')
-rw-r--r--main/res/menu/compass_activity_options.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/main/res/menu/compass_activity_options.xml b/main/res/menu/compass_activity_options.xml
index e7aaf60..628f444 100644
--- a/main/res/menu/compass_activity_options.xml
+++ b/main/res/menu/compass_activity_options.xml
@@ -1,38 +1,38 @@
<?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">
+ xmlns:cgeo="http://schemas.android.com/apk/res-auto" >
<item
- android:id="@+id/menu_switch_compass_gps"
- android:icon="@drawable/ic_menu_compass"
- cgeo:showAsAction="never|withText"
- android:title="@string/use_gps"> <!-- will be replaced in code -->
- </item>
- <item
android:id="@+id/menu_map"
android:icon="@drawable/ic_menu_mapmode"
- cgeo:showAsAction="ifRoom|withText"
- android:title="@string/caches_on_map">
- </item>
- <item
- android:id="@+id/menu_select_destination"
- android:icon="@drawable/ic_menu_myplaces"
- cgeo:showAsAction="ifRoom|withText"
- android:title="@string/destination_select">
- <menu /> <!-- filled dynamically -->
+ android:title="@string/caches_on_map"
+ cgeo:showAsAction="ifRoom|withText">
</item>
<item
android:id="@+id/menu_tts_start"
android:icon="@drawable/ic_menu_start_conversation"
- cgeo:showAsAction="ifRoom|withText"
- android:title="@string/tts_start">
+ android:title="@string/tts_start"
+ cgeo:showAsAction="ifRoom|withText">
</item>
<item
android:id="@+id/menu_tts_stop"
android:icon="@drawable/ic_menu_start_conversation"
android:title="@string/tts_stop"
- cgeo:showAsAction="ifRoom|withText"
- android:visible="false">
+ android:visible="false"
+ cgeo:showAsAction="ifRoom|withText">
+ </item>
+ <item
+ android:id="@+id/menu_select_destination"
+ android:icon="@drawable/ic_menu_myplaces"
+ android:title="@string/destination_select"
+ cgeo:showAsAction="ifRoom|withText">
+ <menu /> <!-- filled dynamically -->
+ </item>
+ <item
+ android:id="@+id/menu_switch_compass_gps"
+ android:icon="@drawable/ic_menu_compass"
+ android:title="@string/use_gps"
+ cgeo:showAsAction="never|withText"> <!-- will be replaced in code -->
</item>
</menu> \ No newline at end of file