manager: Add monochrome themed icon on Android 12+ (#104)

This commit is contained in:
AngelaCool
2023-01-23 10:26:12 +08:00
committed by GitHub
parent 254d19f8a3
commit 00630cb4f3
4 changed files with 65 additions and 0 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="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>