1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-09 00:17:17 +00:00

Update Android files in form_ap (#1016)

This commit is contained in:
Miguel Beltran
2022-02-18 02:20:43 +01:00
committed by GitHub
parent 515cdc1d5d
commit 24dcdb6ac0
7 changed files with 31 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>

View File

@@ -10,7 +10,7 @@
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>