summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2012-10-04 16:38:06 -0700
committerScott Kennedy <skennedy@google.com>2012-10-04 16:38:06 -0700
commit2b999bb778e7837a7d2c5febd4f3460cce183bdf (patch)
tree54459879940cd153009ae200eee13ac29c70f5cf /res/values-sw720dp
parent59f0cfe7b4f152c206a19807a2b110eec1b09bab (diff)
downloadandroid_packages_apps_UnifiedEmail-2b999bb778e7837a7d2c5febd4f3460cce183bdf.tar.gz
android_packages_apps_UnifiedEmail-2b999bb778e7837a7d2c5febd4f3460cce183bdf.tar.bz2
android_packages_apps_UnifiedEmail-2b999bb778e7837a7d2c5febd4f3460cce183bdf.zip
Vertically align the star/date on sw720dp
Using slightly different layout parameters on sw720dp devices to vertically align the star, time, and attachment icon. Bug: 7267784 Change-Id: Ibfd46d7c30bfa327a1b93e2e7a2b024746f883b8
Diffstat (limited to 'res/values-sw720dp')
-rw-r--r--res/values-sw720dp/styles.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values-sw720dp/styles.xml b/res/values-sw720dp/styles.xml
index a45ebb02b..6fad5d519 100644
--- a/res/values-sw720dp/styles.xml
+++ b/res/values-sw720dp/styles.xml
@@ -23,4 +23,12 @@
<style name="AccountSwitchSpinnerItem" parent="@style/PlainSpinnerDropdown">
<item name="android:layout_width">364dp</item>
</style>
+
+ <style name="MessageHeaderUpperDateStyle" parent="MessageHeaderExtraSmallStyle">
+ <item name="android:layout_centerVertical">true</item>
+ </style>
+
+ <style name="MessageHeaderAttachmentIconStyle">
+ <item name="android:layout_centerVertical">true</item>
+ </style>
</resources>