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

This reverts commit 00630bd4a3.
This commit is contained in:
Alex
2023-01-31 22:05:54 -06:00
committed by GitHub
parent d2a9363fc5
commit 391bf052e4
29 changed files with 158 additions and 326 deletions
@@ -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>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>