summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-18 01:09:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-18 01:09:04 +0000
commit664525bdc78f7e578ab3240bd279582c96a9c249 (patch)
tree9cc6959f767c604f70feab3d5472932407e0c345 /res
parent647c9362483856903c5e14b45ea8ea8c30acc82d (diff)
parent1b7a74b590c952132883f5176f20d82d92f2e3f7 (diff)
downloadandroid_packages_apps_UnifiedEmail-664525bdc78f7e578ab3240bd279582c96a9c249.tar.gz
android_packages_apps_UnifiedEmail-664525bdc78f7e578ab3240bd279582c96a9c249.tar.bz2
android_packages_apps_UnifiedEmail-664525bdc78f7e578ab3240bd279582c96a9c249.zip
am 1b7a74b5: Merge "[Quantum compose] compose headers update" into ub-gmail-ur14-dev
* commit '1b7a74b590c952132883f5176f20d82d92f2e3f7': [Quantum compose] compose headers update
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c90a5ba5b..dd0830a25 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -77,8 +77,8 @@
<style name="ComposeHeading">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
- <item name="android:layout_gravity">center_vertical</item>
<item name="android:gravity">center_vertical</item>
+ <item name="android:minHeight">56dp</item>
<item name="android:minWidth">56dp</item>
<item name="android:textAlignment">viewStart</item>
<item name="android:textColor">@color/compose_label_text</item>
@@ -117,7 +117,6 @@
<style name="BaseComposeFieldButton">
<item name="android:layout_width">56dp</item>
<item name="android:layout_height">@dimen/compose_header_min_height</item>
- <item name="android:layout_gravity">center_vertical</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
<item name="android:padding">12dp</item>
</style>