<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Theme applied while Flutter is loading (white splash) -->
    <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
        <item name="android:windowBackground">@android:color/white</item>
    </style>

    <!-- Theme applied after Flutter has loaded -->
    <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
        <item name="android:windowBackground">@android:color/white</item>
    </style>
</resources>
