Android splash
This commit is contained in:
parent
f1fa22f4cf
commit
1f97dd0111
25 changed files with 18 additions and 10 deletions
11
client/android/res/drawable/splashscreen.xml
Normal file
11
client/android/res/drawable/splashscreen.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ffffff"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/logo" android:gravity="center"/>
|
||||
</item>
|
||||
</layer-list>
|
||||
Loading…
Add table
Add a link
Reference in a new issue