TF-581 Update new splash screen for android/ios

This commit is contained in:
dab246
2022-06-15 17:50:22 +07:00
committed by Dat H. Pham
parent 5df57297bf
commit 326165a655
52 changed files with 173 additions and 52 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/ic_launcher_background" />
<item android:gravity="center" android:drawable="@mipmap/ic_launcher_foreground" />
</layer-list>
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item android:bottom="20dp">
<bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>
</layer-list>