themes.xml 642 B

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