diff options
author | Walter Jang <wjang@google.com> | 2015-06-19 14:15:08 -0700 |
---|---|---|
committer | Walter Jang <wjang@google.com> | 2015-06-19 15:09:44 -0700 |
commit | c90cc15b804fb00339a3b98e5c951549f9b03599 (patch) | |
tree | 742dc53c99d713f71c5ce4ef2c3bc9943f63167a /res/values/strings.xml | |
parent | fa127a1c0ca95139664771edc3d5d97331c93b19 (diff) | |
download | packages_apps_Contacts-c90cc15b804fb00339a3b98e5c951549f9b03599.tar.gz packages_apps_Contacts-c90cc15b804fb00339a3b98e5c951549f9b03599.tar.bz2 packages_apps_Contacts-c90cc15b804fb00339a3b98e5c951549f9b03599.zip |
Make saving a contact less confusing
* Add always visible save menu item (a checkmark icon) on both
the compact and full editors. Selecting it saves changes
and closes the editor (what back does currently).
* On the compact editor, make back perform a discard,
including warning the user if there are unsaved changes.
* On the full editor, back still saves and goes back to
the full editor. This is not ideal but it's out of
scope to not save changes between the two editors
when editing an existing contact.
Bug 19983789
Change-Id: Ie23b75978db70f2b438a824e39f0ae8fb8aa99ec
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7dbe6c10b..9e76bd383 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -150,6 +150,9 @@ <!-- Menu item that joins an aggregate with another aggregate --> <string name="menu_joinAggregate">Merge</string> + <!-- Menu item (in the action bar) to indicate that changes should be saved [CHAR LIMIT=20] --> + <string name="menu_save">Save</string> + <!-- Heading of the Join Contact screen --> <string name="titleJoinContactDataWith">Join contacts</string> |