aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_dot_outline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/ic_dot_outline.xml')
-rw-r--r--app/src/main/res/drawable/ic_dot_outline.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_dot_outline.xml b/app/src/main/res/drawable/ic_dot_outline.xml
new file mode 100644
index 00000000..dd9c5588
--- /dev/null
+++ b/app/src/main/res/drawable/ic_dot_outline.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval"
+ android:tint="?attr/colorOnPrimary">
+ <size
+ android:width="24dp"
+ android:height="24dp" />
+ <solid android:color="#7F000000" />
+</shape>