summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-01 12:02:01 +0400
committerAndrew Dolgov <[email protected]>2014-11-01 12:02:01 +0400
commit2a06e4de302240b31059cbb880b708d5d7f3dab6 (patch)
treececaad644007269e0568f80f24a02eda0a3c7b9b /org.fox.ttrss/src/main/res/drawable
parent081b98e9c0abbccaf2d99028e68e2a4a139f17cf (diff)
remove pill counters
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
-rw-r--r--org.fox.ttrss/src/main/res/drawable/counter_background.xml12
-rw-r--r--org.fox.ttrss/src/main/res/drawable/counter_background_dark.xml12
-rw-r--r--org.fox.ttrss/src/main/res/drawable/counter_background_selected_light.xml12
-rw-r--r--org.fox.ttrss/src/main/res/drawable/counter_background_sepia.xml12
4 files changed, 0 insertions, 48 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/counter_background.xml b/org.fox.ttrss/src/main/res/drawable/counter_background.xml
deleted file mode 100644
index 1c2c4094..00000000
--- a/org.fox.ttrss/src/main/res/drawable/counter_background.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
diff --git a/org.fox.ttrss/src/main/res/drawable/counter_background_dark.xml b/org.fox.ttrss/src/main/res/drawable/counter_background_dark.xml
deleted file mode 100644
index 3cc971c6..00000000
--- a/org.fox.ttrss/src/main/res/drawable/counter_background_dark.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <solid android:color="@color/unread_counter_background_dark" />
-
- <corners
- android:bottomLeftRadius="4dp"
- android:bottomRightRadius="4dp"
- android:topLeftRadius="4dp"
- android:topRightRadius="4dp" />
-
-</shape> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/drawable/counter_background_selected_light.xml b/org.fox.ttrss/src/main/res/drawable/counter_background_selected_light.xml
deleted file mode 100644
index 7485ea00..00000000
--- a/org.fox.ttrss/src/main/res/drawable/counter_background_selected_light.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
diff --git a/org.fox.ttrss/src/main/res/drawable/counter_background_sepia.xml b/org.fox.ttrss/src/main/res/drawable/counter_background_sepia.xml
deleted file mode 100644
index daebd494..00000000
--- a/org.fox.ttrss/src/main/res/drawable/counter_background_sepia.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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