Add launch splash

android/app/src/main/res/mipmap-hdpi/text.png
	android/app/src/main/res/mipmap-mdpi/text.png
	android/app/src/main/res/mipmap-xhdpi/text.png
	android/app/src/main/res/mipmap-xxhdpi/text.png
	android/app/src/main/res/mipmap-xxxhdpi/text.png
This commit is contained in:
stonegate 2020-02-12 17:55:54 +08:00
parent 9d2154f34a
commit a09b0d9969
6 changed files with 9 additions and 4 deletions

View File

@ -2,11 +2,16 @@
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here -->
<!-- <item>
<item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
android:tileMode="disabled"
android:src="@mipmap/ic_launcher" />
</item>
<item android:bottom="100dp">
<bitmap
android:gravity="bottom"
android:src="@mipmap/text" />
</item>
</layer-list>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB