Rev 8 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?xml version="1.0" encoding="utf-8"?><resources><style name="Theme.App.Starting" parent="Theme.SplashScreen"><!-- Set the splash screen background, animated icon, and animation duration. --><item name="windowSplashScreenBackground">@color/buttonIntroBackground</item><!-- Use windowSplashScreenAnimatedIcon to add either a drawable or ananimated drawable. One of these is required. --><item name="windowSplashScreenAnimatedIcon">@drawable/avd_anima</item><!-- Required for animated icons --><item name="windowSplashScreenAnimationDuration">3000</item><!-- Set the theme of the Activity that directly follows your splash screen. --><!-- Required --><item name="postSplashScreenTheme">@style/AppTheme.NoActionBar</item></style></resources>