<?xml version="1.0" encoding="utf-8"?>
|
<resources>
|
<style name="MasterDetailTheme" parent="MasterDetailTheme.Base">
|
<!--If you are using MasterDetailPage you will want to set these, else you can leave them out-->
|
<!-- <item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
<item name="android:statusBarColor">@android:color/transparent</item>-->
|
</style>
|
<style name="SplashTheme" parent="SplashTheme.Base">
|
<item name="android:windowTranslucentNavigation">true</item>
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
</style>
|
</resources>
|