blob: 985844bd6d7df2daf6d323c0709d80cf2bc922a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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>
|