Added Adaptive Icon

Take advantage of themed icons in Android 13+
This commit is contained in:
Josh
2023-04-21 21:06:19 -07:00
parent 830ade9ad6
commit 12a2a21c0e
17 changed files with 58 additions and 1 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="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/amethyst_monochrome"/>
</adaptive-icon>