Skip to content

Commit dc05946

Browse files
authored
Merge pull request #272 from rainxchzed/chore-launcher
2 parents 60d9b1e + d2532bd commit dc05946

File tree

24 files changed

+9
-5
lines changed

24 files changed

+9
-5
lines changed
-157 KB
Loading
-116 KB
Loading
Lines changed: 1 addition & 1 deletion
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"
33
android:drawable="@drawable/ic_logo"
4-
android:inset="48dp"
4+
android:inset="32dp"
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>
-388 Bytes
Loading
-5.19 KB
Loading
-2.25 KB
Loading
-214 Bytes
Loading
-2.54 KB
Loading

0 commit comments

Comments
Β (0)