aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-night-v27/styles.xml
blob: 9aba4df524a496bc26067e881ab698de24afbb5f (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">#121212</item>
    </style>

</resources>