2021-02-18 00:05:27 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-08-26 20:54:20 +02:00
|
|
|
<resources>
|
|
|
|
<style name="WulkanowyTheme" parent="BaseWulkanowyTheme">
|
2021-02-18 00:05:27 +01:00
|
|
|
<item name="android:windowLightStatusBar">true</item>
|
|
|
|
<item name="android:statusBarColor">@android:color/white</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="WulkanowyTheme.SplashScreen" parent="WulkanowyTheme.NoActionBar">
|
|
|
|
<item name="android:windowBackground">@drawable/layer_splash_background</item>
|
|
|
|
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
|
|
|
|
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
2021-02-18 00:05:27 +01:00
|
|
|
<item name="android:windowLightStatusBar">false</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
</style>
|
2021-02-18 00:05:27 +01:00
|
|
|
</resources>
|