summaryrefslogtreecommitdiff
path: root/res/drawable/shadow_headlines.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
commitbc7e851b9a11655f9cbca91d301781c238c4d67e (patch)
tree88d0438cd65bafa3ae752c5cdbebd5e4b2e0d4d9 /res/drawable/shadow_headlines.xml
parent15e0e4ec0da3cf1b029feb57d2ce62f4129eaea4 (diff)
add shadows to light theme, misc layout/theme tweaks
Diffstat (limited to 'res/drawable/shadow_headlines.xml')
-rw-r--r--res/drawable/shadow_headlines.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable/shadow_headlines.xml b/res/drawable/shadow_headlines.xml
new file mode 100644
index 00000000..09e5aa6a
--- /dev/null
+++ b/res/drawable/shadow_headlines.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item android:drawable="@color/headlines_light"/>
+ <item android:drawable="@drawable/shadow"/>
+
+</layer-list> \ No newline at end of file