summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-10 22:03:16 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-10 22:13:07 -0700
commit2e4214c79170cdb6c1b8b6ff0408925d3f512bec (patch)
tree1b01c26113defd03af3e0d49f205c528f575762a /res/menu
parent6d147afdbb7dc4d11cfc3d54799e5993d73c08e5 (diff)
downloadpackages_apps_Contacts-2e4214c79170cdb6c1b8b6ff0408925d3f512bec.tar.gz
packages_apps_Contacts-2e4214c79170cdb6c1b8b6ff0408925d3f512bec.tar.bz2
packages_apps_Contacts-2e4214c79170cdb6c1b8b6ff0408925d3f512bec.zip
Clean up menus
Made sure to add titles to all menus Bug: 16218365 Bug: 15845381 Change-Id: I52fc3c142080c3485753a939353f0d1be58a656b
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/people_options.xml1
-rw-r--r--res/menu/quickcontact.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index 4aae1a162..a7802f086 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -17,6 +17,7 @@
<item
android:id="@+id/menu_search"
android:icon="@drawable/ic_ab_search"
+ android:title="@string/menu_search"
android:showAsAction="ifRoom" />
<item
diff --git a/res/menu/quickcontact.xml b/res/menu/quickcontact.xml
index 34a6a10b9..13caa5962 100644
--- a/res/menu/quickcontact.xml
+++ b/res/menu/quickcontact.xml
@@ -15,13 +15,14 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- Icon and titles are set in code for menu_star and menu_edit -->
+
<item
android:id="@+id/menu_star"
android:showAsAction="always" />
<item
android:id="@+id/menu_edit"
- android:icon="@drawable/ic_create_24dp"
android:showAsAction="always" />
<item