<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="SplashScreenTheme" parent="BaseTheme">
        <item name="colorSurface">@android:color/white</item>
        <item name="android:colorBackground">@android:color/white</item>

        <item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
    </style>
</resources>
