Themed/monochrome icon support

Signed-off-by: Hardcore Sushi <hardcore.sushi@disroot.org>
This commit is contained in:
ctntt 2023-04-22 23:22:23 +02:00 committed by Hardcore Sushi
parent 49ec2eaf49
commit 9d1bfd606f
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
1 changed files with 2 additions and 1 deletions

View File

@ -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="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>