summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/white_circle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/drawable/white_circle.xml')
-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