Add monochrome entry to support Themed App Icons.

Fixes #12385
This commit is contained in:
Thilo
2022-08-18 16:01:05 -04:00
committed by Cody Henthorne
parent fe44f8e369
commit deed8ac6c9
@@ -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>