summaryrefslogtreecommitdiffstats
path: root/res/values-ldrtl
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-07-07 18:14:33 -0700
committerJames Lemieux <jplemieux@google.com>2014-07-08 16:17:37 -0700
commit64f56828a81ad7e29cad3a254a6ecdc05c9284e8 (patch)
treea7f0a6e6610f6d314ed6312c1aaf274ec18e7d18 /res/values-ldrtl
parentd3a590ccfcee7fd433e697b86699fda4f6406010 (diff)
downloadandroid_packages_apps_UnifiedEmail-64f56828a81ad7e29cad3a254a6ecdc05c9284e8.tar.gz
android_packages_apps_UnifiedEmail-64f56828a81ad7e29cad3a254a6ecdc05c9284e8.tar.bz2
android_packages_apps_UnifiedEmail-64f56828a81ad7e29cad3a254a6ecdc05c9284e8.zip
Move folders to share space assigned to snippet in Thread List
b/15552002 This CL merely moves the drawing of the folder chips to the correct location. It does *NOT* implement any new folder chip drawing specs. Change-Id: Iacaaf90b1e0da2855fa4faf230469038482b6420
Diffstat (limited to 'res/values-ldrtl')
-rw-r--r--res/values-ldrtl/styles-ldrtl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values-ldrtl/styles-ldrtl.xml b/res/values-ldrtl/styles-ldrtl.xml
index 900b5396e..dd3e7dfd8 100644
--- a/res/values-ldrtl/styles-ldrtl.xml
+++ b/res/values-ldrtl/styles-ldrtl.xml
@@ -306,7 +306,7 @@
<item name="android:layout_toStartOf">@id/star</item>
</style>
- <style name="ConversationListSnippetStyle">
+ <style name="ConversationListSnippetAndFoldersStyle">
<item name="android:layout_below">@id/subject</item>
<item name="android:layout_alignParentStart">true</item>
<item name="android:layout_toStartOf">@id/star</item>
@@ -315,6 +315,7 @@
<style name="ConversationListStarStyle">
<item name="android:layout_alignParentBottom">true</item>
<item name="android:layout_alignParentEnd">true</item>
+ <item name="android:paddingStart">@dimen/conv_list_star_padding_start</item>
</style>
<style name="AttachmentPreviewOverflowStyle">