You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <resources>
  3. <style name="MyTheme">
  4. </style>
  5. <style name="MyTheme.NoActionBar" parent="@style/Theme.AppCompat.NoActionBar">
  6. <item name="android:windowActionBar">false</item>
  7. <item name="android:windowBackground">@null</item>
  8. <item name="android:windowNoTitle">true</item>
  9. <item name="android:windowSplashScreenBackground">@color/splash_background</item>
  10. <item name="android:windowSplashScreenAnimatedIcon">@drawable/avalonia_anim</item>
  11. <item name="android:windowSplashScreenAnimationDuration">1000</item>
  12. <item name="postSplashScreenTheme">@style/MyTheme.Main</item>
  13. </style>
  14. <style name="MyTheme.Main"
  15. parent ="MyTheme.NoActionBar">
  16. <item name="android:windowIsTranslucent">true</item>
  17. </style>
  18. </resources>