summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-12-18 15:26:45 -0800
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:42 -0700
commite399dfba3671f26ab599d28c121655b659059a21 (patch)
tree1b10d134e120f35d845421636098ef23d34e0007 /res/menu-land
parent95ebfec6b5b543b130a7c19cefe1b1b0da1e466b (diff)
downloadandroid_packages_apps_Calendar-e399dfba3671f26ab599d28c121655b659059a21.tar.gz
android_packages_apps_Calendar-e399dfba3671f26ab599d28c121655b659059a21.tar.bz2
android_packages_apps_Calendar-e399dfba3671f26ab599d28c121655b659059a21.zip
Add action_import menu item to all all_in_one_title_bar menus
Change-Id: Ic113638bacb431d7cf4f4cd1a12c868debaeb01d
Diffstat (limited to 'res/menu-land')
-rw-r--r--res/menu-land/all_in_one_title_bar.xml6
1 files changed, 6 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 24681881..d3a3162b 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -61,4 +61,10 @@
android:alphabeticShortcut="h"
android:showAsAction="never"
android:title="@string/hide_controls" />
+ <item
+ android:id="@+id/action_import"
+ android:alphabeticShortcut="i"
+ android:title="@string/cal_import_menu_title"
+ android:icon="@drawable/ic_menu_export"
+ android:showAsAction="never" />
</menu>