summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-10 16:32:36 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:36:45 -0700
commitc4508d8c3548a6b922e98785ae673ee5e827e6ec (patch)
tree75c2f7861655759944db0dcc6f0ee328b7f8d03f /res/menu
parentd28851f436c39a83f02d3b405fd91f0fb4833b2a (diff)
downloadpackages_apps_Contacts-c4508d8c3548a6b922e98785ae673ee5e827e6ec.tar.gz
packages_apps_Contacts-c4508d8c3548a6b922e98785ae673ee5e827e6ec.tar.bz2
packages_apps_Contacts-c4508d8c3548a6b922e98785ae673ee5e827e6ec.zip
Remove Add menu item now that we have a FAB
The icon is from contacts common so I'll leave deleting it until later. I'm trying to avoid touching master-contacts's contacts-common. Change-Id: Icdba1c122c805c6c671b2698226c2aa7a9080196
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/people_options.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index 9638c2ea4..6b0696d06 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -21,12 +21,6 @@
android:showAsAction="ifRoom" />
<item
- android:id="@+id/menu_add_contact"
- android:icon="@drawable/ic_add_person_dk"
- android:title="@string/menu_new_contact_action_bar"
- android:showAsAction="ifRoom" />
-
- <item
android:id="@+id/menu_contacts_filter"
android:title="@string/menu_contacts_filter" />