fix(mobile): Generate 1 splash screen on Android (#1443)

This commit is contained in:
martyfuhry
2023-01-28 17:51:38 -05:00
committed by GitHub
parent fb408d7aa3
commit 00630bd4a3
29 changed files with 326 additions and 158 deletions
@@ -1,12 +1,6 @@
<?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="?android:colorBackground" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
</layer-list>