aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-06-12 23:56:17 -1000
committercampbeb <bpcampbell@gmail.com>2013-06-12 23:56:17 -1000
commit14f7df2ecc607c4fbd76497512d3c67ece384901 (patch)
tree5c9564009d7b28b1cf0329139d2c33bf83c44839 /main/res/menu
parentd5c4fe5b4ca9754b6473c830bf6ede8d7803bdc6 (diff)
downloadcgeo-14f7df2ecc607c4fbd76497512d3c67ece384901.zip
cgeo-14f7df2ecc607c4fbd76497512d3c67ece384901.tar.gz
cgeo-14f7df2ecc607c4fbd76497512d3c67ece384901.tar.bz2
Radio buttons instead of check boxes in map strategy
Diffstat (limited to 'main/res/menu')
-rw-r--r--main/res/menu/map_activity.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/res/menu/map_activity.xml b/main/res/menu/map_activity.xml
index d76f5ca..df8fe09 100644
--- a/main/res/menu/map_activity.xml
+++ b/main/res/menu/map_activity.xml
@@ -55,22 +55,18 @@
android:checkableBehavior="single" >
<item
android:id="@+id/menu_strategy_fastest"
- android:checkable="true"
android:title="@string/map_strategy_fastest">
</item>
<item
android:id="@+id/menu_strategy_fast"
- android:checkable="true"
android:title="@string/map_strategy_fast">
</item>
<item
android:id="@+id/menu_strategy_auto"
- android:checkable="true"
android:title="@string/map_strategy_auto">
</item>
<item
android:id="@+id/menu_strategy_detailed"
- android:checkable="true"
android:title="@string/map_strategy_detailed">
</item>
</group>