1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

place_tracker rebuild script (#1370)

This commit is contained in:
Brett Morgan
2022-08-10 06:35:01 +10:00
committed by GitHub
parent 8e4f52c119
commit 0b86fbc66c
18 changed files with 203 additions and 150 deletions

View File

@@ -3,7 +3,7 @@
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.