summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-03-04 21:20:00 +0100
committerxengineering <me@xengineering.eu>2026-03-04 21:20:00 +0100
commitc0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83 (patch)
tree983bf68deb423bce02df165a0de2fc4398704079 /android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
parent78ebcc0a772ec276de05b9344c9754ad48e75009 (diff)
downloadsia-app-c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83.tar
sia-app-c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83.tar.zst
sia-app-c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83.zip
Run flutter_launcher_icons
This propagates icon files to the Android-specific source tree.
Diffstat (limited to 'android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml')
-rw-r--r--android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml b/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
new file mode 100644
index 0000000..d047760
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@drawable/ic_launcher_background"/>
+ <foreground>
+ <inset
+ android:drawable="@drawable/ic_launcher_foreground"
+ android:inset="16%" />
+ </foreground>
+</adaptive-icon>