Added monochrome icon (it's the same) for Android 13 themed app icon

This commit is contained in:
Sylvain Berfini 2022-08-22 09:38:15 +02:00
parent a08e447d31
commit 4ec5e2452a
2 changed files with 2 additions and 0 deletions

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/primary_color" />
<foreground android:drawable="@mipmap/linphone_launcher_icon_foreground" />
<monochrome android:drawable="@mipmap/linphone_launcher_icon_foreground"/>
</adaptive-icon>

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/primary_color" />
<foreground android:drawable="@mipmap/linphone_launcher_icon_foreground" />
<monochrome android:drawable="@mipmap/linphone_launcher_icon_foreground"/>
</adaptive-icon>