Update splash screen

This commit is contained in:
Kirill Kamakin
2022-11-19 11:52:50 +01:00
parent 4847461e48
commit 7bcfc9ef1e
5 changed files with 53 additions and 56 deletions

View File

@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="288dp"
android:height="288dp"
android:viewportWidth="288"
android:viewportHeight="288">
<group
android:scaleX="7.1"
android:scaleY="7.1">
<path
android:fillColor="@android:color/black"
android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0" />
</group>
</vector>