Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/check.xml')
-rw-r--r--app/src/main/res/drawable/check.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/check.xml b/app/src/main/res/drawable/check.xml
new file mode 100644
index 00000000..4c6c6b76
--- /dev/null
+++ b/app/src/main/res/drawable/check.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/area">
+ <shape android:shape="oval">
+ <solid android:color="@color/defaultBrand" />
+ <stroke
+ android:width="1dp"
+ android:color="@android:color/white" />
+ </shape>
+ </item>
+ <item android:drawable="@drawable/ic_check_white_24dp" />
+</layer-list> \ No newline at end of file