aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/drawable/checkmark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/drawable/checkmark.xml')
-rw-r--r--app/res/drawable/checkmark.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/res/drawable/checkmark.xml b/app/res/drawable/checkmark.xml
new file mode 100644
index 0000000..9bcf74e
--- /dev/null
+++ b/app/res/drawable/checkmark.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:drawable="@drawable/checkmark_frame">
+
+ </item>
+ <item
+ android:height="3dp"
+ android:top="11dp"
+ android:left="7dp"
+ android:width="10dp">
+ <rotate android:fromDegrees="45" >
+ <shape android:shape="rectangle" >
+ <solid android:color="@color/ThemeLight" />
+ </shape>
+ </rotate>
+ </item>
+ <item
+ android:height="3dp"
+ android:left="12dp"
+ android:top="10dp"
+ android:width="15dp">
+ <rotate android:fromDegrees="-50" >
+ <shape android:shape="rectangle" >
+ <solid android:color="@color/ThemeLight" />
+ </shape>
+ </rotate>
+ </item>
+
+</layer-list> \ No newline at end of file