Skip to content

Commit 96566f7

Browse files
committed
chore(android): update app icon assets and adaptive icon configuration
This commit updates the Android app launcher icons, including changes to the adaptive icon configuration and background color. - **chore(android)**: Updated adaptive icon XML files to use `ic_launcher_foreground` for the monochrome layer. - **chore(android)**: Updated `ic_launcher_background` color to a lighter shade (`#1C1B1B`). - **chore(android)**: Updated launcher icon, foreground, and round icon `.webp` assets across all density buckets (hdpi to xxxhdpi). - **chore(android)**: Updated Play Store icon and main logo image assets.
1 parent 60d9b1e commit 96566f7

20 files changed

Lines changed: 3 additions & 3 deletions
-157 KB
Loading
-116 KB
Loading

β€ŽcomposeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5-
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
66
</adaptive-icon>

β€ŽcomposeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5-
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
66
</adaptive-icon>
-388 Bytes
Loading
-5.19 KB
Loading
-2.25 KB
Loading
-214 Bytes
Loading
-2.54 KB
Loading
-1.11 KB
Loading

0 commit comments

Comments
Β (0)