summaryrefslogtreecommitdiff
path: root/res/drawable/headline_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-09 13:34:53 +0400
committerAndrew Dolgov <[email protected]>2013-09-09 13:34:53 +0400
commit92d63150a060d8bbdc2739a9ebc9ca551fb271ba (patch)
treee4e5916e12b5e075f653f614632bd87caf66c704 /res/drawable/headline_row_unread.xml
parent736c2233cf210caebee0df47936124b941ba207c (diff)
sepia theme fixes; update overflow icons to use modern holo style;
enable overflow icons for feed items
Diffstat (limited to 'res/drawable/headline_row_unread.xml')
-rw-r--r--res/drawable/headline_row_unread.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/headline_row_unread.xml b/res/drawable/headline_row_unread.xml
new file mode 100644
index 00000000..14840998
--- /dev/null
+++ b/res/drawable/headline_row_unread.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item>
+ <shape android:shape="rectangle" >
+ <solid android:color="#e0e0e0" />
+ <corners android:radius="2dp"/>
+ </shape>
+ </item>
+
+ <item
+ android:bottom="2dp">
+ <shape android:shape="rectangle" >
+ <solid android:color="#ffffff" />
+ <corners android:radius="2dp"/>
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file