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
@@ -5,6 +5,9 @@
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your