diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-23 21:01:58 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-23 21:01:58 +0200 |
commit | f9102b21c00d1b4b971a80472eb62665515c9959 (patch) | |
tree | cbc9c2c1c7bf57c8a05f841e8f95b0d4176a0fcd /src/main/res/drawable/circle.xml | |
parent | b579436846cca0015120aaaf07378c57671707b2 (diff) |
remove unused resources
Diffstat (limited to 'src/main/res/drawable/circle.xml')
-rw-r--r-- | src/main/res/drawable/circle.xml | 8 |
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 |