Adds a splash screen replacement.
This commit is contained in:
parent
1dc32323d5
commit
3c20f7a0c4
14 changed files with 60 additions and 91 deletions
14
app/src/main/res/drawable/background_splash.xml
Normal file
14
app/src/main/res/drawable/background_splash.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<bitmap
|
||||
android:src="@drawable/splash_pattern"
|
||||
android:tileMode="repeat" />
|
||||
</item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:src="@mipmap/ic_logo"
|
||||
android:gravity="center"
|
||||
android:tileMode="disabled" />
|
||||
</item>
|
||||
</layer-list>
|
||||
BIN
app/src/main/res/drawable/splash_pattern.png
Normal file
BIN
app/src/main/res/drawable/splash_pattern.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue