王子贤 3 months ago
parent
commit
d3a53f6d28
4 changed files with 2 additions and 2 deletions
  1. 2
      android/app/src/main/res/drawable-v21/launch_background.xml
  2. BIN
      android/app/src/main/res/drawable-v21/splash.png
  3. 2
      android/app/src/main/res/drawable/launch_background.xml
  4. BIN
      android/app/src/main/res/drawable/splash.png

2
android/app/src/main/res/drawable-v21/launch_background.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
<bitmap android:gravity="fill" android:src="@drawable/splash"/>
</item>
</layer-list>

BIN
android/app/src/main/res/drawable-v21/splash.png

Before After
Width: 1500  |  Height: 2942  |  Size: 216 KiB Width: 2250  |  Height: 4872  |  Size: 700 KiB

2
android/app/src/main/res/drawable/launch_background.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
<bitmap android:gravity="fill" android:src="@drawable/splash"/>
</item>
</layer-list>

BIN
android/app/src/main/res/drawable/splash.png

Before After
Width: 1500  |  Height: 2942  |  Size: 216 KiB Width: 2250  |  Height: 4872  |  Size: 700 KiB
Loading…
Cancel
Save