Merge pull request #1717 from nextcloud/1715-fix-missing-monochrome-icon

fix(launcher): Fix missing monochrome icon (#1715)
This commit is contained in:
Andy Scherzinger 2023-03-22 09:07:09 +01:00 committed by GitHub
commit d18cc6e83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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"/>
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>