Skip to content

Commit 6f92c12

Browse files
authored
Merge pull request #328 from OpenHub-Store/logo-splash-impr
2 parents 3304d58 + fd7bab9 commit 6f92c12

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)