TF-581 Update new splash screen for android/ios

This commit is contained in:
dab246
2022-06-15 17:50:22 +07:00
committed by Dat H. Pham
parent 5df57297bf
commit 326165a655
52 changed files with 173 additions and 52 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
<!-- 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>
</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
@@ -15,4 +17,4 @@
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
</resources>