diff options
Diffstat (limited to 'res/drawable/white_circle.xml')
-rw-r--r-- | res/drawable/white_circle.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/res/drawable/white_circle.xml b/res/drawable/white_circle.xml deleted file mode 100644 index 597b70a2d..000000000 --- a/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 |