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

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

</resources>