summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-07-01 18:01:31 -0700
committerJames Lemieux <jplemieux@google.com>2014-07-02 16:28:01 -0700
commit928308d6b10d353493492ad05e0227f960ddaa7e (patch)
tree31a9f3d5ab922674df2eeed18a2fad4212307251 /res/values/strings.xml
parent679a2bab428e75697c4453105ad4f535aac3285f (diff)
downloadandroid_packages_apps_UnifiedEmail-928308d6b10d353493492ad05e0227f960ddaa7e.tar.gz
android_packages_apps_UnifiedEmail-928308d6b10d353493492ad05e0227f960ddaa7e.tar.bz2
android_packages_apps_UnifiedEmail-928308d6b10d353493492ad05e0227f960ddaa7e.zip
Implement general layout and colors for Thread List items.
This includes: - separating the subject and snippet lines - RTL support - new layout sizing (common to phone and tablet) - new font sizing - new colors - mirroring these changes in the widget version of Thread List Change-Id: I92fda7ca9936a8d7f96bc5f584a7a11e0e0fe72e
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bd19b07df..b1a5abf47 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -306,10 +306,8 @@
<!-- Formatting string. If the subject contains the tag of a mailing-list (text surrounded with
return the subject with that tag ellipsized, e.g. "[android-gmail-team] Hello" -> "[andr...] Hello" [CHAR LIMIT=100] -->
<string name="filtered_tag"> [<xliff:g id="tag">%1$s</xliff:g>]<xliff:g id="subject">%2$s</xliff:g></string>
- <!-- Displayed in conversation list item in the form of "subject - snippet" [CHAR LIMIT=5] -->
- <string name="subject_and_snippet"><xliff:g>%s</xliff:g> \u2014 <xliff:g>%s</xliff:g></string>
- <!-- Displayed in conversation list item in the form of "badge subject - snippet" [CHAR LIMIT=7] -->
- <string name="badge_subject_and_snippet"><xliff:g>%1$s</xliff:g> <xliff:g>%2$s</xliff:g> \u2014 <xliff:g>%3$s</xliff:g></string>
+ <!-- Displayed in conversation list item in the form of "badge subject" [CHAR LIMIT=7] -->
+ <string name="badge_and_subject"><xliff:g>%1$s</xliff:g> <xliff:g>%2$s</xliff:g></string>
<!-- Displayed in browse list item when the list item is a draft message instead of showing the subject [CHAR LIMIT=100] -->
<plurals name="draft">
<!-- Title of the screen when there is exactly one draft -->