summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-02-20 11:10:25 -0800
committerWalter Jang <wjang@google.com>2015-02-20 11:10:25 -0800
commitb6ca272f26b47ecef8fafe94326c4d553576c521 (patch)
tree42cf4670171a1c83669be3f1c1a2370b8671de50 /res/values
parente720fdeb3ef0892834d7ab9af8cc44dd9eb9be17 (diff)
downloadpackages_apps_Contacts-b6ca272f26b47ecef8fafe94326c4d553576c521.tar.gz
packages_apps_Contacts-b6ca272f26b47ecef8fafe94326c4d553576c521.tar.bz2
packages_apps_Contacts-b6ca272f26b47ecef8fafe94326c4d553576c521.zip
Add placeholder button for showing fully expanded contact editor
Bug 19124091 Change-Id: I8051b8df460fd0bbc30466d736c7606caaa0837c
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 13243176d..30a652594 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -734,4 +734,7 @@
<!-- When a user tries to create an IM Hangouts field, an alert dialog pops up displaying this message. We don't want users entering email addresses of phone numbers into the IM field. [CHAR LIMIT=200] -->
<string name="contact_editor_hangouts_im_alert">Hangouts works better when you enter the person\'s Hangouts identifier into the email field or phone field.</string>
+
+ <!-- Button to expand the compact contact editor to show all available input fields. [CHAR LIMIT=60] -->
+ <string name="compact_editor_more_fields">More Fields</string>
</resources>