aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/drawable/checkmark_frame.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/drawable/checkmark_frame.xml')
-rw-r--r--app/res/drawable/checkmark_frame.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/res/drawable/checkmark_frame.xml b/app/res/drawable/checkmark_frame.xml
new file mode 100644
index 0000000..1d5cb45
--- /dev/null
+++ b/app/res/drawable/checkmark_frame.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:height="20dp"
+ android:width="20dp"
+ android:top="5dp"
+ android:left="5dp">
+ <shape android:shape="rectangle" >
+ <solid android:color="@android:color/transparent" />
+
+ <stroke
+ android:width="2dp"
+ android:color="@color/ThemeDark" />
+ </shape>
+ </item>
+ <item
+ android:height="30dp"
+ android:width="30dp">
+ <shape android:shape="rectangle" >
+ <solid android:color="@android:color/transparent" />
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file