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
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>