From c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 4 Mar 2026 21:20:00 +0100 Subject: Run flutter_launcher_icons This propagates icon files to the Android-specific source tree. --- android/app/src/main/AndroidManifest.xml | 2 +- .../main/res/drawable-hdpi/ic_launcher_background.png | Bin 0 -> 920 bytes .../main/res/drawable-hdpi/ic_launcher_foreground.png | Bin 0 -> 3540 bytes .../main/res/drawable-mdpi/ic_launcher_background.png | Bin 0 -> 373 bytes .../main/res/drawable-mdpi/ic_launcher_foreground.png | Bin 0 -> 1831 bytes .../main/res/drawable-xhdpi/ic_launcher_background.png | Bin 0 -> 723 bytes .../main/res/drawable-xhdpi/ic_launcher_foreground.png | Bin 0 -> 3721 bytes .../main/res/drawable-xxhdpi/ic_launcher_background.png | Bin 0 -> 1062 bytes .../main/res/drawable-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 5682 bytes .../main/res/drawable-xxxhdpi/ic_launcher_background.png | Bin 0 -> 1749 bytes .../main/res/drawable-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 7919 bytes .../app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml | 9 +++++++++ android/app/src/main/res/mipmap-hdpi/launcher_icon.png | Bin 0 -> 1941 bytes android/app/src/main/res/mipmap-mdpi/launcher_icon.png | Bin 0 -> 1177 bytes android/app/src/main/res/mipmap-xhdpi/launcher_icon.png | Bin 0 -> 2280 bytes android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png | Bin 0 -> 3687 bytes .../app/src/main/res/mipmap-xxxhdpi/launcher_icon.png | Bin 0 -> 4417 bytes 17 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 android/app/src/main/res/drawable-hdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/drawable-mdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png create mode 100644 android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml create mode 100644 android/app/src/main/res/mipmap-hdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-mdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-xhdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png (limited to 'android/app/src') 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 @@ + android:icon="@mipmap/launcher_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 new file mode 100644 index 0000000..cfe7370 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/launcher_icon.png b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png new file mode 100644 index 0000000..b40a4db Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png new file mode 100644 index 0000000..1126b7b Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png new file mode 100644 index 0000000..f65cbfb Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png new file mode 100644 index 0000000..3e59e80 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png differ -- cgit v1.3