summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-02-08 17:52:25 -0800
committerRoboErik <epastern@google.com>2011-02-09 14:20:24 -0800
commitde20d76753d692c8f3e2f5dfa073030ee835e901 (patch)
tree1089f2d67f54806ee8f43e6c24c5501dcf236bc1 /res/menu-land
parent97b4c5bd83f63b8c47cbb35fc0539945085a9b66 (diff)
downloadandroid_packages_apps_Calendar-de20d76753d692c8f3e2f5dfa073030ee835e901.tar.gz
android_packages_apps_Calendar-de20d76753d692c8f3e2f5dfa073030ee835e901.tar.bz2
android_packages_apps_Calendar-de20d76753d692c8f3e2f5dfa073030ee835e901.zip
b/3439615 Adds a menu item for hiding the view controls
Lets you hide the mini-month and calendars selection views. Change-Id: I4e2b2434443dfef9050f74c50d6fad4bc591fea4
Diffstat (limited to 'res/menu-land')
-rw-r--r--res/menu-land/all_in_one_title_bar.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu-land/all_in_one_title_bar.xml b/res/menu-land/all_in_one_title_bar.xml
index 5b71c221..686d0f8a 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -44,4 +44,8 @@
android:alphabeticShortcut="s"
android:title="@string/menu_preferences"
android:icon="@drawable/ic_menu_settings_holo_light" />
+ <item
+ android:id="@+id/action_hide_controls"
+ android:alphabeticShortcut="h"
+ android:title="@string/hide_controls" />
</menu>