<?xml version='1.0' encoding='utf-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
  <style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
    <item name="windowSplashScreenBackground">#0b1421</item>
    <item name="windowSplashScreenAnimatedIcon">@drawable/ic_portaria_splash</item>
    <item name="windowSplashScreenAnimationDuration">200</item>
    <item name="postSplashScreenTheme">@style/Theme.Cordova.App.DayNight</item>
  </style>
  <style name="Theme.Cordova.App.DayNight" parent="Theme.AppCompat.DayNight.NoActionBar">
    <item name="android:colorBackground">@color/cdv_background_color</item>
    <item name="android:windowBackground">@color/cdv_background_color</item>
    <item name="android:statusBarColor">#0b1421</item>
    <item name="android:navigationBarColor">#0b1421</item>
    <item name="android:windowDrawsSystemBarBackgrounds">true</item>
  </style>
</resources>
