chore(mobile): Add adaptive launcher icon for Android (#1457)

This commit is contained in:
spiralham
2023-01-28 00:18:42 -05:00
committed by GitHub
parent 275562bce0
commit 12ecf366b0
4 changed files with 150 additions and 0 deletions
@@ -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/ic_launcher_monochrome"/>
</adaptive-icon>