Android adaptive icons and monochromatic icons

This commit is contained in:
NicKoehler
2023-02-17 10:44:43 +01:00
parent 897f694ad4
commit 5913146175
26 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>