Skip to content

Commit 124559a

Browse files
committed
Update icons for android and ios
1 parent feaaf1d commit 124559a

File tree

65 files changed

+132
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+132
-221
lines changed

composeApp/src/androidMain/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
android:name=".SplashyApp"
1414
android:icon="@mipmap/ic_launcher"
1515
android:label="@string/app_name"
16-
android:roundIcon="@mipmap/ic_launcher_round"
1716
android:requestLegacyExternalStorage="true"
1817
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
1918
<activity
108 KB

composeApp/src/androidMain/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

composeApp/src/androidMain/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>

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

Lines changed: 0 additions & 5 deletions
This file was deleted.
7.4 KB
-1.81 KB
Binary file not shown.
4.24 KB
6.42 KB

0 commit comments

Comments
 (0)