Added monochrome icon (it's the same) for Android 13 themed app icon
This commit is contained in:
parent
a08e447d31
commit
4ec5e2452a
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue