feat: Add splash screen
This commit is contained in:
parent
e35a933260
commit
ef4506fd8c
35 changed files with 277 additions and 134 deletions
BIN
android/app/src/main/res/drawable-night/background.png
Normal file
BIN
android/app/src/main/res/drawable-night/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 B |
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue