summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-03-18 13:42:18 +0800
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:40 -0700
commit1c41bc410f1600165dce57714574b922a4cf11e8 (patch)
treefdd1f0a4dba13c596166f386c3b808719ea2dadf /res/menu-land
parentad1a8b2bcd2e809eae2d4472ba1054cb55ac0831 (diff)
downloadandroid_packages_apps_Calendar-1c41bc410f1600165dce57714574b922a4cf11e8.tar.gz
android_packages_apps_Calendar-1c41bc410f1600165dce57714574b922a4cf11e8.tar.bz2
android_packages_apps_Calendar-1c41bc410f1600165dce57714574b922a4cf11e8.zip
Calendar: Add the "Go to" menu for user to go to any date as select
When user press the menu button, it will show the "Go to" item, and the user could select any date to view. CRs-Fixed: 587493 Change-Id: Ia90f9c5697cf36a753534a0256947fa5e3a58576
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 03e12b2b..3e9d19e8 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -48,6 +48,10 @@
android:title="@string/events_delete"
android:showAsAction="never" />
<item
+ android:id="@+id/action_goto"
+ android:title="@string/go_to"
+ android:showAsAction="never"/>
+ <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"