]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/thick_plus_icon.xml
better shortcut icon
[mobile-ledger.git] / app / src / main / res / drawable / thick_plus_icon.xml
diff --git a/app/src/main/res/drawable/thick_plus_icon.xml b/app/src/main/res/drawable/thick_plus_icon.xml
new file mode 100644 (file)
index 0000000..c7a14de
--- /dev/null
@@ -0,0 +1,51 @@
+<!--
+  ~ Copyright © 2020 Damyan Ivanov.
+  ~ This file is part of MoLe.
+  ~ MoLe is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ MoLe is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="100dp"
+    android:height="100dp"
+    android:autoMirrored="true"
+    android:viewportWidth="100"
+    android:viewportHeight="100"
+    >
+    <path
+        android:fillColor="#ededed"
+        android:pathData="M50,50m-35,0a35,35 0,1 1,70 0a35,35 0,1 1,-70 0"
+        android:strokeWidth="0.370416"
+        android:strokeColor="#00000000"
+        android:strokeLineCap="round"
+        android:strokeLineJoin="bevel"
+        />
+    <path
+        android:fillColor="#00000000"
+        android:fillType="evenOdd"
+        android:pathData="M50.19,35V65"
+        android:strokeWidth="9"
+        android:strokeColor="#935ff2"
+        android:strokeLineCap="round"
+        android:strokeLineJoin="miter"
+        />
+    <path
+        android:fillColor="#00000000"
+        android:fillType="evenOdd"
+        android:pathData="M35,50L65,50"
+        android:strokeWidth="9"
+        android:strokeColor="#935ff2"
+        android:strokeLineCap="round"
+        android:strokeLineJoin="miter"
+        />
+</vector>