summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-29 17:16:57 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-31 09:27:44 -0700
commit29ee4e290045a282ffc9195a9db1ff493a190690 (patch)
treee8cfe094bfd9040d418674e2ab70cb0e0f3c7e11 /res/values
parentf5e73af681174b00b9d39246465521b88563f7ea (diff)
downloadandroid_packages_apps_UnifiedEmail-29ee4e290045a282ffc9195a9db1ff493a190690.tar.gz
android_packages_apps_UnifiedEmail-29ee4e290045a282ffc9195a9db1ff493a190690.tar.bz2
android_packages_apps_UnifiedEmail-29ee4e290045a282ffc9195a9db1ff493a190690.zip
Supercollapsed block fixes.
Fixes b/16353194 by setting a content description on the super-collapsed block when the user taps on it to expand the collapsed messages. Fixes b/16139209 - Loading State for Super-collapsed block. Change-Id: Id0e885b20c468b566e8488c5bef6dfaa84cd4591
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ef58da73d..12a76c8f4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -473,6 +473,12 @@
<plurals name="show_messages_read">
<item quantity="other"><xliff:g id="count" example="4">%1$d</xliff:g> older messages</item>
</plurals>
+ <!-- This string is used for accessibility purposes only. It is used when the user
+ taps on the collapsed block in collapsed mode when a conversation
+ has more than one read message. [CHAR LIMIT=UNLIMITED] -->
+ <plurals name="super_collapsed_loading_content_description">
+ <item quantity="other">Loading <xliff:g id="count" example="4">%1$d</xliff:g> older messages</item>
+ </plurals>
<!-- Shown to display the from address of the message [CHAR LIMIT=10] -->
<string name="from_heading">From:</string>
<!-- Shown to display the reply to address of the message [CHAR LIMIT=20] -->