summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/values/styles.xml')
-rw-r--r--packages/SystemUI/res/values/styles.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml
index 8c1ac9f..b39fe24 100644
--- a/packages/SystemUI/res/values/styles.xml
+++ b/packages/SystemUI/res/values/styles.xml
@@ -33,11 +33,8 @@
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item>
- <item name="*android:lightingStyle">@style/RecentsLighting</item>
- </style>
- <style name="RecentsLighting" parent="@*android:style/Lighting">
- <item name="*android:ambientShadowAlpha">0.30</item>
+ <item name="android:ambientShadowAlpha">0.30</item>
</style>
<!-- Animations for a non-full-screen window or activity. -->