Support Android 13 themed app icon

This commit is contained in:
arkon
2022-03-10 22:42:07 -05:00
parent fae43fedfa
commit 267ecce958
3 changed files with 10 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/transparent"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_tachi_monochrome_launcher" />
</adaptive-icon>