Add the new icon

This commit is contained in:
Balazs Toldi
2023-10-22 09:03:44 +02:00
parent 5311edc404
commit 0ae8826732
9 changed files with 108 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" />
<background android:drawable="@drawable/icon_new_colour_background" />
<foreground android:drawable="@drawable/icon_new_colour_foreground" />
<monochrome android:drawable="@drawable/icon_new" />
</adaptive-icon>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" />
<background android:drawable="@drawable/icon_new_colour_background" />
<foreground android:drawable="@drawable/icon_new_colour_foreground" />
<monochrome android:drawable="@drawable/icon_new" />
</adaptive-icon>