summaryrefslogtreecommitdiff
path: root/res/drawable/shadow_headlines_gray.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-10 11:20:09 +0400
committerAndrew Dolgov <[email protected]>2013-02-10 11:20:09 +0400
commit7d9e448b2e4562aead877687a3733a9467b41bff (patch)
tree2edf5e7bb6573863fe86303b5fd6147a386039a2 /res/drawable/shadow_headlines_gray.xml
parent1c2d0549cbadc9d236fb0ea3af012dbf41d9a626 (diff)
add missing gray theme drawables
Diffstat (limited to 'res/drawable/shadow_headlines_gray.xml')
-rw-r--r--res/drawable/shadow_headlines_gray.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable/shadow_headlines_gray.xml b/res/drawable/shadow_headlines_gray.xml
new file mode 100644
index 00000000..b350c5f7
--- /dev/null
+++ b/res/drawable/shadow_headlines_gray.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/feeds_dark_gray"/>
+ <item android:drawable="@drawable/shadow"/>
+
+</layer-list> \ No newline at end of file