Merge pull request #10745 from Sandelinos/themed-icons

Add monochrome icon
This commit is contained in:
Tobias Kaminsky 2022-09-20 11:56:06 +02:00 committed by GitHub
commit 3490fb66a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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