diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-15 14:13:21 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-15 14:13:21 +0400 |
| commit | 1bc939e60b361bd85915511b0b3c27bb4ae12238 (patch) | |
| tree | b275039518f15eac5c49d5cc0a411b1d8519ef71 /res/drawable/headline_row_unread_light.xml | |
| parent | 148e67b20065e7e58dcb75e646752d41d267b606 (diff) | |
fix several style-related issues on tablet ui
Diffstat (limited to 'res/drawable/headline_row_unread_light.xml')
| -rw-r--r-- | res/drawable/headline_row_unread_light.xml | 7 |
1 files changed, 7 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 |