opt: splash background

This commit is contained in:
bggRGjQaUbCoE
2024-08-30 19:03:25 +08:00
parent 33a4b408e1
commit c44532d7b7
45 changed files with 262 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
</layer-list>