aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v27/styles.xml
blob: c354ca2c6ae61f31e2641ffaa5eaaabaad774e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<resources>

    <style name="AppTheme.Launcher" parent="@style/AppTheme.NoActionBarWithTransparentStatusBar">
        <item name="android:windowBackground">@drawable/splash_screen</item>
        <item name="android:navigationBarColor">@color/navBarColor</item>
        <item name="android:windowLightStatusBar">true</item>
        <item name="android:windowLightNavigationBar">true</item>
    </style>

</resources>