summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-15 14:13:21 +0400
committerAndrew Dolgov <[email protected]>2013-05-15 14:13:21 +0400
commit1bc939e60b361bd85915511b0b3c27bb4ae12238 (patch)
treeb275039518f15eac5c49d5cc0a411b1d8519ef71 /res/drawable
parent148e67b20065e7e58dcb75e646752d41d267b606 (diff)
fix several style-related issues on tablet ui
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/headline_row_unread_light.xml7
-rw-r--r--res/drawable/headline_row_unread_sepia.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/headline_row_unread_light.xml b/res/drawable/headline_row_unread_light.xml
new file mode 100644
index 00000000..d64bd7be
--- /dev/null
+++ b/res/drawable/headline_row_unread_light.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/headline_row_unread_light"/>
+ <item android:drawable="@drawable/shadow"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/headline_row_unread_sepia.xml b/res/drawable/headline_row_unread_sepia.xml
new file mode 100644
index 00000000..a19a9559
--- /dev/null
+++ b/res/drawable/headline_row_unread_sepia.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/headline_row_unread_sepia"/>
+ <item android:drawable="@drawable/shadow"/>
+
+</layer-list> \ No newline at end of file