Add support for Android 13 themed app icons

This commit is contained in:
Cameron Gutman 2022-06-01 19:08:17 -05:00
parent cab0fa176e
commit db1eace975
2 changed files with 2 additions and 0 deletions

View File

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

View File

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