Add themed app icon support

This commit is contained in:
Xerz 2024-02-02 10:27:26 +01:00 committed by Alexander Sosedkin
parent ce1ff41f46
commit 83e47c984a
2 changed files with 2 additions and 0 deletions

View file

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

View file

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