summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-11-14 09:35:27 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 09:35:27 -0800
commit784feb47fa1cc08220ff379c61bebb054fc2d241 (patch)
tree811e3efaf080a76a774ed58819736485e2006185 /res
parenteb51f84a9d77b1d7c2d407b1f594b7e281e277cc (diff)
parentb9bd21d3384beb078b9846fafc4863223afe41b7 (diff)
downloadandroid_packages_apps_Calendar-784feb47fa1cc08220ff379c61bebb054fc2d241.tar.gz
android_packages_apps_Calendar-784feb47fa1cc08220ff379c61bebb054fc2d241.tar.bz2
android_packages_apps_Calendar-784feb47fa1cc08220ff379c61bebb054fc2d241.zip
Merge "b/5608252 Make Today text show on tablet" into ics-mr1
Diffstat (limited to 'res')
-rw-r--r--res/menu-sw600dp-land/all_in_one_title_bar.xml2
-rw-r--r--res/menu-sw600dp/all_in_one_title_bar.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/menu-sw600dp-land/all_in_one_title_bar.xml b/res/menu-sw600dp-land/all_in_one_title_bar.xml
index aecc6d89..d7185463 100644
--- a/res/menu-sw600dp-land/all_in_one_title_bar.xml
+++ b/res/menu-sw600dp-land/all_in_one_title_bar.xml
@@ -21,7 +21,7 @@
android:alphabeticShortcut="t"
android:title="@string/goto_today"
android:icon="@drawable/ic_menu_today_holo_light"
- android:showAsAction="always" />
+ android:showAsAction="always|withText" />
<item
android:id="@+id/action_create_event"
android:alphabeticShortcut="n"
diff --git a/res/menu-sw600dp/all_in_one_title_bar.xml b/res/menu-sw600dp/all_in_one_title_bar.xml
index 1719a40e..c66837a0 100644
--- a/res/menu-sw600dp/all_in_one_title_bar.xml
+++ b/res/menu-sw600dp/all_in_one_title_bar.xml
@@ -21,7 +21,7 @@
android:alphabeticShortcut="t"
android:title="@string/goto_today"
android:icon="@drawable/ic_menu_today_holo_light"
- android:showAsAction="always" />
+ android:showAsAction="always|withText" />
<item
android:id="@+id/action_create_event"
android:alphabeticShortcut="n"