Fix monochrome launcher icon not applied when non-round shape is used (#8552)

(cherry picked from commit d60367768b)
This commit is contained in:
Ivan Iskandar
2022-11-18 00:23:48 +07:00
committed by Jobobby04
parent fdb17e2f74
commit 9e94d078cf
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/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_tachi_monochrome_launcher" />
</adaptive-icon>
@@ -2,4 +2,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_tachi_monochrome_launcher" />
</adaptive-icon>