1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 03:39:08 -05:00
wulkanowy-mirror/app/src/main/res/values-v21/styles.xml
2019-09-04 13:52:55 +02:00

13 lines
555 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="WulkanowyTheme" parent="BaseWulkanowyTheme">
<item name="android:statusBarColor">@android:color/darker_gray</item>
</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>
</style>
</resources>