aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/dot_off.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/dot_off.xml')
-rw-r--r--app/src/main/res/drawable/dot_off.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/dot_off.xml b/app/src/main/res/drawable/dot_off.xml
new file mode 100644
index 0000000..3115ccc
--- /dev/null
+++ b/app/src/main/res/drawable/dot_off.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+ <solid android:color="@android:color/transparent" />
+ <stroke
+ android:width="2dp"
+ android:color="@color/text_secondary" />
+ <size
+ android:width="10dp"
+ android:height="10dp" />
+</shape>