blob: 5b6eb075e564c74faca503877eaafb3505a1d4d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<resources>
<style name="AppTheme.Launcher" parent="@style/AppTheme.NoActionBarWithTransparentStatusBar">
<item name="android:windowBackground">@drawable/splash_screen</item>
<item name="android:navigationBarColor">#FFFFFF</item>
<item name="android:windowLightStatusBar">true</item>
<item name="android:windowLightNavigationBar">true</item>
</style>
</resources>
|