<?xml version="1.0" encoding="utf-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="Theme.Weather" parent="android:Theme.Material.Light.NoActionBar" > <item name="android:windowBackground">@color/window_background</item> <item name="android:windowSplashScreenBackground">@color/window_background</item> <item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item> <item name="android:windowSplashScreenAnimationDuration">1000</item> <item name="android:windowSplashScreenBehavior">icon_preferred</item> </style> </resources>