aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/circle.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
commitf9102b21c00d1b4b971a80472eb62665515c9959 (patch)
treecbc9c2c1c7bf57c8a05f841e8f95b0d4176a0fcd /src/main/res/drawable/circle.xml
parentb579436846cca0015120aaaf07378c57671707b2 (diff)
remove unused resources
Diffstat (limited to '')
-rw-r--r--src/main/res/drawable/circle.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/res/drawable/circle.xml b/src/main/res/drawable/circle.xml
deleted file mode 100644
index b11fe20b7..000000000
--- a/src/main/res/drawable/circle.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="oval">
- <solid android:color="@color/primary" />
- </shape>
- </item>
-</layer-list> \ No newline at end of file