summaryrefslogtreecommitdiffstats
path: root/res/values-ldrtl
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-ldrtl
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-ldrtl')
-rw-r--r--res/values-ldrtl/styles-ldrtl.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/res/values-ldrtl/styles-ldrtl.xml b/res/values-ldrtl/styles-ldrtl.xml
index 0196f29e8..818730e4e 100644
--- a/res/values-ldrtl/styles-ldrtl.xml
+++ b/res/values-ldrtl/styles-ldrtl.xml
@@ -244,6 +244,10 @@
<item name="android:paddingEnd">@dimen/widget_senders_padding_end</item>
</style>
+ <style name="WidgetAttachStyle">
+ <item name="android:paddingEnd">@dimen/widget_attachment_padding_end</item>
+ </style>
+
<style name="SearchStatusStyle">
<item name="android:paddingStart">@dimen/search_results_padding</item>
</style>
@@ -291,8 +295,21 @@
<item name="android:layout_alignParentEnd">true</item>
</style>
+ <style name="ConversationListSubjectStyle">
+ <item name="android:layout_alignParentTop">true</item>
+ <item name="android:layout_alignParentStart">true</item>
+ <item name="android:layout_toStartOf">@id/star</item>
+ </style>
+
+ <style name="ConversationListSnippetStyle">
+ <item name="android:layout_below">@id/subject</item>
+ <item name="android:layout_alignParentStart">true</item>
+ <item name="android:layout_toStartOf">@id/star</item>
+ </style>
+
<style name="ConversationListStarStyle">
- <item name="android:layout_marginEnd">@dimen/conv_list_star_padding_end</item>
+ <item name="android:layout_alignParentBottom">true</item>
+ <item name="android:layout_alignParentEnd">true</item>
</style>
<style name="AttachmentPreviewOverflowStyle">