Первый коммит

This commit is contained in:
2024-09-15 14:39:30 +04:00
commit 4c75b87656
86 changed files with 4446 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<foreground>
<inset
android:drawable="@drawable/logo"
android:inset="20dp" />
</foreground>
<background android:drawable="@color/white" />
<monochrome>
<inset
android:drawable="@drawable/logo"
android:inset="20dp" />
</monochrome>
</adaptive-icon>