summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-09-01 23:48:05 -0700
committerJin Cao <jinyan@google.com>2014-09-16 18:14:57 -0700
commitb1aeb7b6e08b0b8dd548c4f0e5ac55844fd7f55d (patch)
tree67162696ce00b60229eba50ed216cc665f8610ed /res
parent569fbc00c666bc7df6e7259e88447945d46ddcae (diff)
downloadandroid_frameworks_opt_chips-b1aeb7b6e08b0b8dd548c4f0e5ac55844fd7f55d.tar.gz
android_frameworks_opt_chips-b1aeb7b6e08b0b8dd548c4f0e5ac55844fd7f55d.tar.bz2
android_frameworks_opt_chips-b1aeb7b6e08b0b8dd548c4f0e5ac55844fd7f55d.zip
Announce chips dropdown for accessibility
Announce when chip's dropdown opens. b/17262070 Change-Id: Ic99ee22f4a4f41e0f0d468496992822f8b60dbdd
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d1c9c7f..82cbf25 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,4 +26,6 @@
<!-- Text displayed in the enter key slot when the recipientedittextview has focus.
[CHAR LIMIT=12] -->
<string name="action_label">Return</string>
+ <!-- Announce the number of possible recipient entries that the user can select from for accessibility purposes [CHAR LIMIT=200] -->
+ <string name="accessbility_suggestion_dropdown_opened">Contact suggestions opened</string>
</resources>