feature: Android splash screen
This commit is contained in:
BIN
Pixiview.Android/Resources/drawable/splash_logo.png
Normal file
BIN
Pixiview.Android/Resources/drawable/splash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
12
Pixiview.Android/Resources/drawable/splash_screen.xml
Normal file
12
Pixiview.Android/Resources/drawable/splash_screen.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<color android:color="@color/splash_background"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:src="@drawable/splash_logo"
|
||||
android:tileMode="disabled"
|
||||
android:gravity="center"/>
|
||||
</item>
|
||||
</layer-list>
|
Reference in New Issue
Block a user