diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values-night-v31/styles.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values-night-v31/styles.xml b/app/src/main/res/values-night-v31/styles.xml new file mode 100644 index 00000000..985844bd --- /dev/null +++ b/app/src/main/res/values-night-v31/styles.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="AppTheme.Launcher" parent="Theme.SplashScreen"> + <item name="windowSplashScreenBackground">#000000</item> + <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item> + <item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item> + <item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar</item> + <item name="android:statusBarColor">#000000</item> + <item name="android:navigationBarColor">#000000</item> + <item name="android:windowLightStatusBar">false</item> + </style> +</resources>
\ No newline at end of file |