Add adaptive icon

This commit is contained in:
fischer-felix
2023-04-08 05:01:51 +00:00
committed by Aayush Gupta
parent 42d0d89368
commit 4c3bb0f172
3 changed files with 24 additions and 0 deletions

View File

@@ -20,4 +20,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>

View File

@@ -20,4 +20,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>