summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v31/themes.xml
blob: b6be6192bf7b7f2793fc30e10b6404df24aa43ce (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
        <item name="android:windowSplashScreenBackground">@color/windowSplashScreenBackgroundColor</item>
        <item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
        <item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item>
    </style>
</resources>