summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-09-07 17:48:55 +0200
committerAdam Cohen <adamcohen@google.com>2014-09-07 18:43:54 +0200
commita38dc90188a6bee465b72e8383b36b264e30a08a (patch)
tree6e056c4dc9093a2832309d1b7c8fbe291e89d893 /res/values/styles.xml
parentcd1452859d0a0d68a70388a3ae82d69d97041eb5 (diff)
downloadandroid_packages_apps_Trebuchet-a38dc90188a6bee465b72e8383b36b264e30a08a.tar.gz
android_packages_apps_Trebuchet-a38dc90188a6bee465b72e8383b36b264e30a08a.tar.bz2
android_packages_apps_Trebuchet-a38dc90188a6bee465b72e8383b36b264e30a08a.zip
Ensure all apps button inintialized before performing all apps transition
-> Also removing text shadows in all apps and folders (bug 16955157) Bug 17400227 Change-Id: I67d361a7a1cb548c9caca4214621607feaef963a
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 82b9819b5..56a205fd1 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -41,21 +41,14 @@
<item name="android:background">@null</item>
<item name="android:textColor">@color/quantum_panel_text_color</item>
<item name="android:drawablePadding">@dimen/dynamic_grid_icon_drawable_padding</item>
- <item name="android:shadowRadius">2.0</item>
- <item name="android:shadowDx">0</item>
- <item name="android:shadowDy">2</item>
- <item name="android:shadowColor">@color/quantum_panel_text_shadow_color</item>
+ <item name="android:shadowRadius">0</item>
<item name="customShadows">false</item>
</style>
<style name="WorkspaceIcon.Folder">
<item name="android:background">@null</item>
<item name="android:textColor">@color/quantum_panel_text_color</item>
- <item name="android:shadowColor">@color/quantum_panel_text_shadow_color</item>
- <item name="android:shadowRadius">2.0</item>
- <item name="android:shadowDx">0</item>
- <item name="android:shadowDy">2</item>
-
+ <item name="android:shadowRadius">0</item>
<item name="customShadows">false</item>
</style>