<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- API 31+ platform splash: brand background so the splash window matches frame 0. -->
    <style name="Theme.App" parent="@android:style/Theme.Material.Light.NoActionBar">
        <item name="android:windowBackground">@color/app_window_background</item>
        <item name="android:windowSplashScreenBackground">@color/app_window_background</item>
    </style>
</resources>
