summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 17:57:26 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 17:57:26 +0400
commit7ee1becd6cdb62503944208ebd536ea59288f37f (patch)
tree08c9e2ad5594b54b8c28476b90ed40711520b3b7 /res/drawable
parent16fda5c5ae839c51debb882f4d3c24d276393f3b (diff)
fix headlines background in tablet mode
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/headlines_dark.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable/headlines_dark.xml b/res/drawable/headlines_dark.xml
new file mode 100644
index 00000000..34035644
--- /dev/null
+++ b/res/drawable/headlines_dark.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item android:drawable="@android:color/black"/>
+
+ <item android:drawable="@drawable/ics_divider_vertical"/>
+
+</layer-list> \ No newline at end of file