summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-27 23:08:39 +0400
committerAndrew Dolgov <[email protected]>2013-05-27 23:08:39 +0400
commitd88d2381a492571366e10039e0cad3a7155e0a22 (patch)
treece37a883be36de50b684c1c4c44c5a19f79c8ec2 /res/drawable
parenteb51dca80f6f6b1223436cb1b7a4ed992b483462 (diff)
update colors to match tt-rss main better
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/counter_background_selected_light.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/counter_background_selected_light.xml b/res/drawable/counter_background_selected_light.xml
new file mode 100644
index 00000000..ca0c37da
--- /dev/null
+++ b/res/drawable/counter_background_selected_light.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <solid android:color="@color/unread_counter_background_selected_light" />
+
+ <corners
+ android:bottomLeftRadius="4dp"
+ android:bottomRightRadius="4dp"
+ android:topLeftRadius="4dp"
+ android:topRightRadius="4dp" />
+
+</shape> \ No newline at end of file