Skip to content

Commit 796e9cb

Browse files
committed
chore(android): update app icons and add monochrome support
This commit updates the Android application icons across various densities and introduces a dedicated monochrome resource for adaptive icons to improve compatibility with themed icons. - **chore(android)**: Updated `ic_launcher` and `ic_launcher_round` webp assets for hdpi, mdpi, xhdpi, xxhdpi, and xxxhdpi densities. - **chore(android)**: Updated `ic_launcher-playstore.png` asset. - **chore(android)**: Modified `ic_launcher.xml` and `ic_launcher_round.xml` to use `@drawable/ic_launcher_monochrome` for the monochrome layer.
1 parent dc05946 commit 796e9cb

13 files changed

Lines changed: 2 additions & 2 deletions

File tree

203 Bytes
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="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
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="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
66
</adaptive-icon>
-116 Bytes
Loading
-116 Bytes
Loading
-92 Bytes
Loading
-92 Bytes
Loading
-154 Bytes
Loading
-154 Bytes
Loading
-246 Bytes
Loading

0 commit comments

Comments
Β (0)