summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable/ic_launcher_foreground.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/drawable/ic_launcher_foreground.xml')
-rw-r--r--android/app/src/main/res/drawable/ic_launcher_foreground.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/ic_launcher_foreground.xml b/android/app/src/main/res/drawable/ic_launcher_foreground.xml
new file mode 100644
index 0000000..25c2105
--- /dev/null
+++ b/android/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- The favicon.svg checkmark (M30,50 L45,65 L70,35 in a 100x100 viewport),
+ scaled 1:1.08 into this 108x108 adaptive-icon foreground layer. Already
+ sits well inside the safe zone (inner 72dp) since the source path's
+ bounding box only spans the middle 40% of its viewport. -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="108"
+ android:viewportHeight="108">
+ <path
+ android:pathData="M32.4,54 L48.6,70.2 L75.6,37.8"
+ android:strokeColor="#FFFFFF"
+ android:strokeWidth="10.8"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round"
+ android:fillColor="#00000000" />
+</vector>