summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-08-26 22:52:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-26 22:52:32 +0000
commitf3542fd63f97be96c41a10f6a42e12af66888068 (patch)
treeda27bf043ea4e75976b2b9e5493c3d7f63292383 /packages/SystemUI/res/values
parent03740d74cae3afd4aeaaf3b20f12cfafdc3883a5 (diff)
parented6f14a20c69da3d221cc1acbaa31e74e837917c (diff)
downloadframeworks_base-f3542fd63f97be96c41a10f6a42e12af66888068.zip
frameworks_base-f3542fd63f97be96c41a10f6a42e12af66888068.tar.gz
frameworks_base-f3542fd63f97be96c41a10f6a42e12af66888068.tar.bz2
Merge "Make shadow alpha properties public, add lighting values for TV" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/values')
-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. -->