summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-09-23 16:53:31 -0700
committerWinson Chung <winsonc@google.com>2013-09-24 11:55:17 -0700
commit2d75f125f4e8bb5358dfdb63096d0493488ac2e5 (patch)
tree3f27bfd9e96f26c7a3beb5a43ffb0c6a43d4fe51 /res/values/styles.xml
parent1e4e6ddb38d0b867d0564be834f3425ed53d46e1 (diff)
downloadandroid_packages_apps_Trebuchet-2d75f125f4e8bb5358dfdb63096d0493488ac2e5.tar.gz
android_packages_apps_Trebuchet-2d75f125f4e8bb5358dfdb63096d0493488ac2e5.tar.bz2
android_packages_apps_Trebuchet-2d75f125f4e8bb5358dfdb63096d0493488ac2e5.zip
Tweaking styles for AllApps and widgets spaces. (Bug 10843502)
- Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e6bb9359b..9f2a105f3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -94,10 +94,11 @@
</style>
<style name="WorkspaceIcon.AppsCustomize">
- <item name="android:shadowRadius">0.0</item> <!-- Don't use text shadow -->
<item name="android:background">@null</item>
<item name="android:textColor">@color/apps_customize_icon_text_color</item>
<item name="android:drawablePadding">4dp</item>
+ <item name="android:shadowRadius">4.0</item>
+ <item name="android:shadowColor">#FF000000</item>
</style>
<style name="QSBBar">