summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-02-23 12:27:21 -0800
committerWalter Jang <wjang@google.com>2015-02-24 09:21:13 -0800
commit0e72ce9d97e0133a5f7cc348eef363bef9395979 (patch)
tree298d733bbf7645843d6ed6611ec576f6f6a87ccf /res/values
parentcc0903be23bd16b7cbbad5502b3d25cc99ade775 (diff)
downloadpackages_apps_Contacts-0e72ce9d97e0133a5f7cc348eef363bef9395979.tar.gz
packages_apps_Contacts-0e72ce9d97e0133a5f7cc348eef363bef9395979.tar.bz2
packages_apps_Contacts-0e72ce9d97e0133a5f7cc348eef363bef9395979.zip
Show edit contact photo options is a dialog
* Instead of a ListPopupWindow. This is more consistent with the behavior of the other edit contact menu options. * Also add an option menu icon to change the photo to make this feature more easily accessible and since users may not realize they can click the photo to launch the choices dialog. Bug 19124091 Change-Id: Ia4c37b3093f39d55784323f9a6d7bcf49ee96d16
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dd56162af..3a1a55d98 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -114,6 +114,9 @@
<!-- Menu item used to delete a specific contact -->
<string name="menu_deleteContact">Delete</string>
+ <!-- Menu item used to change the photo for a specific contact [CHAR LIMIT=30]-->
+ <string name="menu_change_photo">Change photo</string>
+
<!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] -->
<string name="menu_create_contact_shortcut">Place on Home screen</string>