|
@@ -4,7 +4,8 @@
|
4
|
4
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
5
|
5
|
<!-- Show a splash screen on the activity. Automatically removed when
|
6
|
6
|
Flutter draws its first frame -->
|
7
|
|
- <item name="android:windowBackground">@drawable/launch_background</item>
|
|
7
|
+<!-- <item name="android:windowBackground">@drawable/launch_image</item>-->
|
|
8
|
+ <item name="android:windowBackground">@drawable/launch_image</item>
|
8
|
9
|
</style>
|
9
|
10
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
10
|
11
|
This theme determines the color of the Android Window while your
|
|
@@ -14,5 +15,6 @@
|
14
|
15
|
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
15
|
16
|
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
16
|
17
|
<item name="android:windowBackground">?android:colorBackground</item>
|
|
18
|
+<!-- <item name="android:windowBackground">@drawable/launch_background</item>-->
|
17
|
19
|
</style>
|
18
|
20
|
</resources>
|