Fine tune the light radius from 800dp to 600dp

The spot shadow will change very slightly, as smaller and darker,
which is what UX team want.

b/18631715

Change-Id: I9ce098cf54c5875fa7bd3c20095b526ea2e661e6
This commit is contained in:
ztenghui
2014-12-05 10:41:15 -08:00
parent 2705387df6
commit e6672cfe6e

View File

@@ -419,7 +419,7 @@
<!-- Lighting and shadow properties -->
<dimen name="light_y">-200dp</dimen>
<dimen name="light_z">800dp</dimen>
<dimen name="light_radius">800dp</dimen>
<dimen name="light_radius">600dp</dimen>
<item type="dimen" format="float" name="ambient_shadow_alpha">0.075</item>
<item type="dimen" format="float" name="spot_shadow_alpha">0.15</item>