summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2014-06-19 10:44:21 -0700
committerJustin Klaassen <justinklaassen@google.com>2014-06-20 18:31:11 -0700
commit0587d2242517f3cd034342d2e6c0e4fceb1b99b8 (patch)
tree46d79f4973cfc887e875f2377cb85b0119e824da /res/values
parent81ea35f89c39218e6828ba148969d2be9c5b88d3 (diff)
downloadandroid_packages_apps_ExactCalculator-0587d2242517f3cd034342d2e6c0e4fceb1b99b8.tar.gz
android_packages_apps_ExactCalculator-0587d2242517f3cd034342d2e6c0e4fceb1b99b8.tar.bz2
android_packages_apps_ExactCalculator-0587d2242517f3cd034342d2e6c0e4fceb1b99b8.zip
Use elevation for dynamic shadows
Bug: 15550085 Change-Id: I21839913551cd7bbbab0b3ab22a708a09e7b6200
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 06f2b8a..217df5d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -32,12 +32,6 @@
<item name="android:gravity">bottom|end</item>
</style>
- <style name="DisplayShadowStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">8dip</item>
- <item name="android:background">@drawable/display_shadow</item>
- </style>
-
<style name="PadButtonStyle" parent="@android:style/Widget.Material.Light.Button.Borderless">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>