Add monochrome entry to support Themed App Icons.

Fixes #12385
This commit is contained in:
Thilo
2022-08-10 23:15:15 +02:00
committed by Cody Henthorne
parent fe44f8e369
commit deed8ac6c9

View File

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