DarkTheme
Window background. The window background is set in values/styles.xml with the "android:windowBackground" attribute. The value is set to @color/background so if Dark Mode is enabled the splash screen is black instead of white.
I suppose this isn't actual anymore? Couldn't find that property in this repository!
Hello,
Take a look here:
Splash Theme https://github.com/gcantoni/pixeltheme/blob/master/app/src/main/res/drawable/splash_theme.xml
Pixel Activity Bg https://github.com/gcantoni/pixeltheme/blob/master/app/src/main/res/drawable/pixel_activity_bg.xml
Styles https://github.com/gcantoni/pixeltheme/blob/master/app/src/main/res/values/styles.xml#L13
Don't forget to change @color/colorPrimaryDark to your color.