summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-03-16 13:35:08 -0700
committerWalter Jang <wjang@google.com>2015-03-16 23:49:30 +0000
commitff16eea0e4d18cf2964667ce8e597780797e2b69 (patch)
tree3760d4f343914b1af3dfb5af78a322d725116531 /res/menu
parent9d8f37e77052543c4ae07cbf8329e4ff0ddef66b (diff)
downloadpackages_apps_Contacts-ff16eea0e4d18cf2964667ce8e597780797e2b69.tar.gz
packages_apps_Contacts-ff16eea0e4d18cf2964667ce8e597780797e2b69.tar.bz2
packages_apps_Contacts-ff16eea0e4d18cf2964667ce8e597780797e2b69.zip
Move contact photo edit icon from ActionBar to lower right corner
Screenshots https://docs.google.com/drawings/d/1mekRSq4i3Y810Ow2tbNBDKBWl1NGmR4GLR7vlocZOxI/edit Bug 19732687 Change-Id: I68f969eed59d925d9afd6d5c8e33ec80cbff5cfd
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/edit_contact.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/menu/edit_contact.xml b/res/menu/edit_contact.xml
index be1572068..fe6d2b9c4 100644
--- a/res/menu/edit_contact.xml
+++ b/res/menu/edit_contact.xml
@@ -37,15 +37,6 @@
android:id="@+id/menu_delete"
android:title="@string/menu_deleteContact" />
- <!-- The compact contact editor will set this to visible but we don't want it
- in the fully expanded contact editor. -->
- <item
- android:id="@+id/menu_change_photo"
- android:title="@string/menu_change_photo"
- android:icon="@drawable/ic_photo_camera_white_24dp"
- android:showAsAction="always"
- android:visible="false" />
-
<item
android:id="@+id/menu_set_ringtone"
android:title="@string/menu_set_ring_tone" />