Skip to content

Commit fd7bab9

Browse files
committed
Update application icons and splash screen assets
- Replace `ic_logo` with `app_icon.png` and update `ic_splash.xml` to use the new resource with an increased inset of 48dp. - Update adaptive icon configurations (`ic_launcher.xml` and `ic_launcher_round.xml`) to use the foreground asset for the monochrome layer. - Adjust `ic_launcher_background` color to a darker hex value (#101010). - Refresh launcher mipmap assets (foreground, round, and standard) across all densities. - Update the Play Store launcher icon and remove the obsolete `ic_logo.png` file.
1 parent 3304d58 commit fd7bab9

22 files changed

Lines changed: 5 additions & 5 deletions
-1.1 KB
Loading
86.9 KB
Loading
-90.9 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<inset xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:drawable="@drawable/ic_logo"
4-
android:inset="32dp"
3+
android:drawable="@drawable/app_icon"
4+
android:inset="48dp"
55
/>

β€Ž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>
-1.25 KB
Loading
-72 Bytes
Loading
-2 Bytes
Loading
-658 Bytes
Loading

0 commit comments

Comments
Β (0)