diff options
| author | xengineering <me@xengineering.eu> | 2026-03-04 21:20:00 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-04 21:20:00 +0100 |
| commit | c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83 (patch) | |
| tree | 983bf68deb423bce02df165a0de2fc4398704079 /android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml | |
| parent | 78ebcc0a772ec276de05b9344c9754ad48e75009 (diff) | |
| download | sia-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.xml | 9 |
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> |
