summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-09-14 18:55:52 +0200
committerByteHamster <info@bytehamster.com>2019-09-14 18:55:52 +0200
commit498f4759cb8df2ffbf86bfe06fa5f02548649297 (patch)
tree3baca605256b292990de7c77afdfbee5ddba7a9e /core/src/main/res/drawable
parentb54849d459f8ac2ab4c13c82e9eaf9c0dd09a292 (diff)
downloadAntennaPod-498f4759cb8df2ffbf86bfe06fa5f02548649297.zip
Removed unused themes
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r--core/src/main/res/drawable/white_circle.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/src/main/res/drawable/white_circle.xml b/core/src/main/res/drawable/white_circle.xml
deleted file mode 100644
index 597b70a2d..000000000
--- a/core/src/main/res/drawable/white_circle.xml
+++ /dev/null
@@ -1,11 +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="@color/white" />
-
- <size
- android:height="4dp"
- android:width="4dp" />
-
-</shape> \ No newline at end of file