From a503c6141f5600f87d15bea342c260f0228130da Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 27 May 2013 22:48:31 +0400 Subject: use pill counters like tt-rss main --- res/drawable/counter_background.xml | 12 ++++++++++++ res/drawable/counter_background_dark.xml | 12 ++++++++++++ res/drawable/counter_background_sepia.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 res/drawable/counter_background.xml create mode 100644 res/drawable/counter_background_dark.xml create mode 100644 res/drawable/counter_background_sepia.xml (limited to 'res/drawable') 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 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/counter_background_dark.xml b/res/drawable/counter_background_dark.xml new file mode 100644 index 00000000..9dab2d06 --- /dev/null +++ b/res/drawable/counter_background_dark.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file 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 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf