summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-01 12:37:05 +0300
committerAndrew Dolgov <[email protected]>2017-06-01 12:37:05 +0300
commit269e8554ae7b07e64f346224a7fe73cc8c14ba69 (patch)
tree1b32074fa8c455280101fa452a47df9739749366 /org.fox.ttrss/src/main/res/drawable
parentb7b4d29395847ae395c828cd31bd757d458d4fea (diff)
comment out some unused string resources, remove circle_bg drawable
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
-rw-r--r--org.fox.ttrss/src/main/res/drawable/circle_bg.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/circle_bg.xml b/org.fox.ttrss/src/main/res/drawable/circle_bg.xml
deleted file mode 100644
index 404de097..00000000
--- a/org.fox.ttrss/src/main/res/drawable/circle_bg.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval">
-
- <solid
- android:color="@android:color/white"/>
-
- <size
- android:width="48dp"
- android:height="48dp"/>
-</shape> \ No newline at end of file