Support A13 Themed Icons (#597)

This commit is contained in:
rcarteraz 2023-03-06 16:34:13 -07:00 committed by GitHub
parent 8e4d652ed6
commit 55ed52eba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

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

View file

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