summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-08-10 14:14:57 -0700
committerRoboErik <epastern@google.com>2011-08-10 14:14:57 -0700
commit835481c3ed39669c64276dea9f9cef83d6402e4a (patch)
treea33d52f50e273361ed014a7fba973a5ac8152ee7 /res/menu-land
parent57df20bfc470958916451873241fe492561cf1e6 (diff)
downloadandroid_packages_apps_Calendar-835481c3ed39669c64276dea9f9cef83d6402e4a.tar.gz
android_packages_apps_Calendar-835481c3ed39669c64276dea9f9cef83d6402e4a.tar.bz2
android_packages_apps_Calendar-835481c3ed39669c64276dea9f9cef83d6402e4a.zip
Don't show icons when search is open
Change-Id: Ia5456d0b7c438d326dc3ac9dd96f2875b7fd0d30
Diffstat (limited to 'res/menu-land')
-rw-r--r--res/menu-land/all_in_one_title_bar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu-land/all_in_one_title_bar.xml b/res/menu-land/all_in_one_title_bar.xml
index bf955147..8ebc2fcd 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -27,13 +27,13 @@
android:alphabeticShortcut="t"
android:title="@string/goto_today"
android:icon="@drawable/ic_menu_today_holo_light"
- android:showAsAction="withText|always" />
+ android:showAsAction="withText|ifRoom" />
<item
android:id="@+id/action_create_event"
android:alphabeticShortcut="n"
android:title="@string/event_create"
android:icon="@drawable/ic_menu_add_event_holo_light"
- android:showAsAction="always" />
+ android:showAsAction="ifRoom" />
<item
android:id="@+id/action_refresh"
android:alphabeticShortcut="r"