<?xml version='1.0' encoding='utf-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
  <!-- Sem IconBackground: evita círculo extra e recorte duplo da logo -->
  <style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
    <item name="windowSplashScreenBackground">#3DAAEB</item>
    <item name="windowSplashScreenAnimatedIcon">@drawable/ic_cdv_splashscreen</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:statusBarColor">@android:color/transparent</item>
  </style>
</resources>
