summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-03-03 15:32:39 -0800
committerBrian Attwell <brianattwell@google.com>2015-03-03 23:51:02 +0000
commitc07a9bb309fc51aba7fe0813e5a8221b4d081693 (patch)
tree0e91bd4e9d5349b126b350f173e0b61f3735d2b9 /res/values
parentf638b6f61faf9317a911a042057a33e3d9d67bef (diff)
downloadpackages_apps_Contacts-c07a9bb309fc51aba7fe0813e5a8221b4d081693.tar.gz
packages_apps_Contacts-c07a9bb309fc51aba7fe0813e5a8221b4d081693.tar.bz2
packages_apps_Contacts-c07a9bb309fc51aba7fe0813e5a8221b4d081693.zip
Explicitly set elevation on ActionBarTabTextStyle
The default elevation appears to have changed in the framework. So we need to explicitly set the value to 0dp. Bug: 19589425 Change-Id: Ic58a14ba98be59d47204df155968c13bd3c7902f
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index d4826a144..ca3f45045 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -163,6 +163,7 @@
<item name="android:textColor">@color/tab_text_color</item>
<item name="android:textSize">@dimen/tab_text_size</item>
<item name="android:fontFamily">@string/tab_font_family</item>
+ <item name="android:elevation">0dp</item>
<item name="android:textStyle">bold</item>
</style>