summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-04-06 13:37:20 -0700
committerTom Taylor <tomtaylor@google.com>2012-04-06 13:37:20 -0700
commit75f1f6994f77a6538c71df720aa2250fe71fed4b (patch)
treea06bfa3c541d9921d6b49a3b26c62ddacc926551 /chips/res
parentb3c0e9125875d0f6ab9c4ca7b59a4e8c127f5aa1 (diff)
downloadandroid_frameworks_ex-75f1f6994f77a6538c71df720aa2250fe71fed4b.tar.gz
android_frameworks_ex-75f1f6994f77a6538c71df720aa2250fe71fed4b.tar.bz2
android_frameworks_ex-75f1f6994f77a6538c71df720aa2250fe71fed4b.zip
Support phone numbers in Chips UI
Bug 5066294 Add Zak's work for supporting phone numbers in the Chips UI. The default remains email-centric, but the phone number option works great for apps like Messaging. Change-Id: I17cd8460f1b96f28ced8bbb32e145581dae6d807
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chips/res/values/strings.xml b/chips/res/values/strings.xml
index c1acaa0..369a6cb 100644
--- a/chips/res/values/strings.xml
+++ b/chips/res/values/strings.xml
@@ -22,5 +22,8 @@
<string name="chips_waiting_for_directory_result">Waiting for more contacts</string>
<!-- Text displayed when the user long presses on a chip to copy the recipients email address.
[CHAR LIMIT=200] -->
- <string name="copy">Copy email address</string>
+ <string name="copy_email">Copy email address</string>
+ <!-- Text displayed when the user long presses on a chip to copy the recipient's phone number.
+ [CHAR LIMIT=200] -->
+ <string name="copy_number">Copy phone number</string>
</resources>