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 | |
| 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.
17 files changed, 10 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 13a4f47..0b2ea84 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,7 +3,7 @@ <application android:label="Sia" android:name="${applicationName}" - android:icon="@mipmap/ic_launcher"> + android:icon="@mipmap/launcher_icon"> <activity android:name=".MainActivity" android:exported="true" diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 0000000..2c61a4f --- /dev/null +++ b/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 0000000..edd3837 --- /dev/null +++ b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 0000000..a9a5ecf --- /dev/null +++ b/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 0000000..8e6790b --- /dev/null +++ b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 0000000..e4bbb65 --- /dev/null +++ b/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 0000000..e4fef3c --- /dev/null +++ b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 0000000..4658e07 --- /dev/null +++ b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 0000000..2a74cad --- /dev/null +++ b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 0000000..17e3050 --- /dev/null +++ b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 0000000..52d156d --- /dev/null +++ b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png 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> diff --git a/android/app/src/main/res/mipmap-hdpi/launcher_icon.png b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png Binary files differnew file mode 100644 index 0000000..cfe7370 --- /dev/null +++ b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png diff --git a/android/app/src/main/res/mipmap-mdpi/launcher_icon.png b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png Binary files differnew file mode 100644 index 0000000..b40a4db --- /dev/null +++ b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png diff --git a/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png Binary files differnew file mode 100644 index 0000000..1126b7b --- /dev/null +++ b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png diff --git a/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png Binary files differnew file mode 100644 index 0000000..f65cbfb --- /dev/null +++ b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png diff --git a/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png Binary files differnew file mode 100644 index 0000000..3e59e80 --- /dev/null +++ b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png |
