From 822b7df00ae7a4945a55bdcdefae62afe35cb0bd Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Tue, 7 May 2013 15:40:15 +1000 Subject: [PATCH] Changed various action items to "ifRoom" so they aren't forced. Will be better on smaller displays. --- mobile/res/menu/main.xml | 74 +++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 42 deletions(-) diff --git a/mobile/res/menu/main.xml b/mobile/res/menu/main.xml index 06d7bdb8..390b957b 100644 --- a/mobile/res/menu/main.xml +++ b/mobile/res/menu/main.xml @@ -4,21 +4,21 @@ android:id="@+id/menu_map" android:icon="@drawable/location_map" android:orderInCategory="20" - android:showAsAction="always" + android:showAsAction="ifRoom" android:title="@string/menu_map"> + + + + - - - - - - - - - - - - - + + + + \ No newline at end of file