diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-05-27 22:48:31 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-05-27 22:48:31 +0400 |
| commit | a503c6141f5600f87d15bea342c260f0228130da (patch) | |
| tree | d48baac9ef7f35afb1ca2a3e741737d0623b1071 /res/drawable/counter_background.xml | |
| parent | 0e942e43397c026345b79ffe2b601ca2bb26f406 (diff) | |
use pill counters like tt-rss main
Diffstat (limited to 'res/drawable/counter_background.xml')
| -rw-r--r-- | res/drawable/counter_background.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/counter_background.xml b/res/drawable/counter_background.xml new file mode 100644 index 00000000..15c48553 --- /dev/null +++ b/res/drawable/counter_background.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" />
+
+ <corners
+ android:bottomLeftRadius="4dp"
+ android:bottomRightRadius="4dp"
+ android:topLeftRadius="4dp"
+ android:topRightRadius="4dp" />
+
+</shape>
\ No newline at end of file |