<?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>