summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2011-07-11 10:28:02 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2011-07-11 14:30:42 -0700
commit4bb6a342f5aa1f38b0e0083d014e538e937eccce (patch)
tree9c185019863c658d976b1e162a791bd2fe6896e4 /res/values
parentc0176d633396adcd2154863e8b119169892066e9 (diff)
downloadandroid_frameworks_opt_chips-4bb6a342f5aa1f38b0e0083d014e538e937eccce.tar.gz
android_frameworks_opt_chips-4bb6a342f5aa1f38b0e0083d014e538e937eccce.tar.bz2
android_frameworks_opt_chips-4bb6a342f5aa1f38b0e0083d014e538e937eccce.zip
Show "Waiting for more contacts" message on directory load
Requires - I458c4b068d91feb16fe12c3b813f9704668663d2 - I5f83103628c14dd5079515c46c42a6f43d4f194c - I858c66faa6d5bcb3248da6be6a40f47ab0f00a4d Bug: 4996797 Change-Id: Iad5b8444f4b1949666d93ad43a34de057aba560e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml13
-rw-r--r--res/values/strings.xml4
2 files changed, 11 insertions, 6 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 1efaccd..9536a7f 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -15,9 +15,10 @@
-->
<resources>
- <add-resource type="dimen" name="chip_padding"></add-resource>
- <add-resource type="dimen" name="chip_height"></add-resource>
- <add-resource type="dimen" name="chip_text_size"></add-resource>
- <add-resource type="color" name="default_chip_background"></add-resource>
- <add-resource type="string" name="more_string"></add-resource>
-</resources> \ No newline at end of file
+ <add-resource type="dimen" name="chip_padding" />
+ <add-resource type="dimen" name="chip_height" />
+ <add-resource type="dimen" name="chip_text_size" />
+ <add-resource type="color" name="default_chip_background" />
+ <add-resource type="string" name="more_string" />
+ <add-resource type="string" name="chips_waiting_for_directory_result" />
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f83ebb4..3ae1d20 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -16,4 +16,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion -->
<string name="more_string">\u002B <xliff:g id="count">%1$s</xliff:g> more</string>
+
+ <!-- Text displayed when there are remote directories not returning results.
+ [CHAR LIMIT=50] -->
+ <string name="chips_waiting_for_directory_result">Waiting for more contacts</string>
</resources>