1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-16 22:56:54 +08:00

Added Themed / Monochrome App icon support (#47)

Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
This commit is contained in:
sebastien46
2024-01-28 15:04:40 +01:00
committed by GitHub
parent 40574ba9a6
commit bbe513aae7

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>