init: first somewhat working version

This commit is contained in:
Arthur K. 2025-01-12 17:12:34 +03:00
commit fcf72cf9a5
Signed by: wzray
GPG key ID: B97F30FDC4636357
81 changed files with 3259 additions and 0 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="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>