summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-07-10 13:32:09 -0700
committerMichael Chan <mchan@android.com>2011-07-18 17:30:37 -0700
commit2aeb8d988aa4b65d3402374832613ab977e009dc (patch)
tree728895e1f41a26c49ccf4cf5869f09ecdf1b2c99 /res/menu-land
parent27b17e980b5edc686d378fc8807ca26e470f9cb7 (diff)
downloadandroid_packages_apps_Calendar-2aeb8d988aa4b65d3402374832613ab977e009dc.tar.gz
android_packages_apps_Calendar-2aeb8d988aa4b65d3402374832613ab977e009dc.tar.bz2
android_packages_apps_Calendar-2aeb8d988aa4b65d3402374832613ab977e009dc.zip
Add UI to select calendar visibility on the phone
Bug:4731309 Change-Id: I09975d9a79e407df6e4eb41f4cb7e4e0f42ddd48
Diffstat (limited to 'res/menu-land')
-rw-r--r--res/menu-land/all_in_one_title_bar.xml5
1 files changed, 5 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 686d0f8a..e42fb835 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -40,6 +40,11 @@
android:title="@string/calendar_refresh"
android:icon="@drawable/ic_menu_refresh_holo_light" />
<item
+ android:id="@+id/action_select_visible_calendars"
+ android:title="@string/menu_select_visible_calendars"
+ android:icon="@drawable/ic_menu_select_visible_calendars_holo_light"
+ android:showAsAction="never" />
+ <item
android:id="@+id/action_settings"
android:alphabeticShortcut="s"
android:title="@string/menu_preferences"