summaryrefslogtreecommitdiff
path: root/res/drawable/counter_background_sepia.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-27 22:48:31 +0400
committerAndrew Dolgov <[email protected]>2013-05-27 22:48:31 +0400
commita503c6141f5600f87d15bea342c260f0228130da (patch)
treed48baac9ef7f35afb1ca2a3e741737d0623b1071 /res/drawable/counter_background_sepia.xml
parent0e942e43397c026345b79ffe2b601ca2bb26f406 (diff)
use pill counters like tt-rss main
Diffstat (limited to 'res/drawable/counter_background_sepia.xml')
-rw-r--r--res/drawable/counter_background_sepia.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/counter_background_sepia.xml b/res/drawable/counter_background_sepia.xml
new file mode 100644
index 00000000..478d3cce
--- /dev/null
+++ b/res/drawable/counter_background_sepia.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_sepia" />
+
+ <corners
+ android:bottomLeftRadius="4dp"
+ android:bottomRightRadius="4dp"
+ android:topLeftRadius="4dp"
+ android:topRightRadius="4dp" />
+
+</shape> \ No newline at end of file