summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-03-13 12:49:06 +0800
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:40 -0700
commit97740e54d310d3cfa81d867ddea47367d69d7db2 (patch)
treeed5aee06e931138aa38c466067f2b95863e4e88c /res/menu-land
parent081f6950a5076d8318ec931957f53ef3ad8341a4 (diff)
downloadandroid_packages_apps_Calendar-97740e54d310d3cfa81d867ddea47367d69d7db2.tar.gz
android_packages_apps_Calendar-97740e54d310d3cfa81d867ddea47367d69d7db2.tar.bz2
android_packages_apps_Calendar-97740e54d310d3cfa81d867ddea47367d69d7db2.zip
Calendar: Add the delete events menu item for landscape.
Add the menu item for "Delete event" in the landscape menu layout. CRs-Fixed: 630737 Change-Id: Ic5b093085a92994ef61000cb6a828ae048fd3cec
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 9f20fa41..03e12b2b 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -43,6 +43,11 @@
android:actionViewClass="android.widget.SearchView"
android:imeOptions="actionSearch" />
<item
+ android:id="@+id/action_delete_events"
+ android:alphabeticShortcut="d"
+ android:title="@string/events_delete"
+ 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"