Change splash screen for Android
(cherry picked from commit 669771ec1f6971b094f82e56fca2e910b8882427)
This commit is contained in:
committed by
Dat H. Pham
parent
cdc4d74e67
commit
a59642e733
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/background" android:gravity="fill"/>
|
||||
<item android:drawable="@drawable/splash" android:gravity="center" android:height="104dp" android:width="104dp"/>
|
||||
<item android:drawable="@drawable/splash" android:gravity="center" android:height="54dp" android:width="130dp"/>
|
||||
<item android:bottom="20dp" android:gravity="bottom|center_horizontal" android:drawable="@drawable/branding" android:height="69dp" android:width="139dp"/>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user