summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-08 16:44:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-08 16:09:03 +0000
commit542614ac73c1f69d6178ffcb878f39443bcfcab8 (patch)
tree3278fd4956558007ed0107ab1bcdc802b2e29567 /res
parent990e3697557c724b4e2234dbade505375f87da3b (diff)
parent347211c03020ffbc23e6451fb9a708208694b110 (diff)
downloadandroid_packages_apps_UnifiedEmail-542614ac73c1f69d6178ffcb878f39443bcfcab8.tar.gz
android_packages_apps_UnifiedEmail-542614ac73c1f69d6178ffcb878f39443bcfcab8.tar.bz2
android_packages_apps_UnifiedEmail-542614ac73c1f69d6178ffcb878f39443bcfcab8.zip
Merge "[Quantum chips] remove default divider and shadow" into ub-gmail-ur14-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 2a7697439..ee704c7bd 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -25,6 +25,7 @@
<item name="android:paddingBottom">12dp</item>
<item name="android:paddingLeft">0dp</item>
<item name="android:paddingRight">0dp</item>
+ <item name="android:popupElevation">0dp</item>
<item name="android:textColor">@color/compose_user_text</item>
<item name="android:textSize">@dimen/compose_header_text_size</item>
</style>
@@ -67,7 +68,7 @@
<style name="RecipientComposeFieldSpacer">
<item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">1dp</item>
+ <item name="android:layout_height">1px</item>
<item name="android:background">@color/compose_divider_color</item>
</style>
@@ -425,9 +426,14 @@
<style name="ComposeTheme" parent="@style/UnifiedEmailTheme.Appcompat">
<item name="android:colorBackground">@android:color/white</item>
<item name="android:colorBackgroundCacheHint">@android:color/white</item>
+ <item name="android:dropDownListViewStyle">@style/ComposeDropdownListViewStyle</item>
<item name="android:windowBackground">@android:color/white</item>
</style>
+ <style name="ComposeDropdownListViewStyle">
+ <item name="android:dividerHeight">0dp</item>
+ </style>
+
<style name="InvisibleShortcutWidgetTheme" parent="@style/ShortcutWidgetTheme">
<item name="android:windowNoDisplay">true</item>
</style>