summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-08-26 14:53:28 -0700
committerAlan Viverette <alanv@google.com>2014-08-26 14:53:28 -0700
commited6f14a20c69da3d221cc1acbaa31e74e837917c (patch)
treedfbff015395c559169ade55677ac4d7af0e299e6 /packages/SystemUI/res/values
parent9897c73f12fb8bed7a46069e7142aaaa28d71f83 (diff)
downloadframeworks_base-ed6f14a20c69da3d221cc1acbaa31e74e837917c.zip
frameworks_base-ed6f14a20c69da3d221cc1acbaa31e74e837917c.tar.gz
frameworks_base-ed6f14a20c69da3d221cc1acbaa31e74e837917c.tar.bz2
Make shadow alpha properties public, add lighting values for TV
BUG: 17189722 BUG: 17221975 Change-Id: I4ed477b658fec96ce69fa278f67345dab6bacaa3
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. -->