Add icon and splash screen

This commit is contained in:
2025-12-07 15:54:21 +03:00
Unverified
parent c5f4b4f62f
commit c1176e9441
27 changed files with 31 additions and 210 deletions
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>