Proyectos de Subversion Android Microlearning - Inconcert

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
7 gabriel 1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
 
4
    <style name="Theme.App.Starting" parent="Theme.SplashScreen">
5
        <!-- Set the splash screen background, animated icon, and animation duration. -->
6
        <item name="windowSplashScreenBackground">@color/buttonIntroBackground</item>
7
 
8
        <!-- Use windowSplashScreenAnimatedIcon to add either a drawable or an
9
             animated drawable. One of these is required. -->
10
        <item name="windowSplashScreenAnimatedIcon">@drawable/avd_anima</item>
11
        <!-- Required for animated icons -->
12
        <item name="android:windowSplashScreenAnimationDuration">3000</item>
13
 
14
 
15
        <!-- Set the theme of the Activity that directly follows your splash screen. -->
16
        <!-- Required -->
17
        <item name="postSplashScreenTheme">@style/AppTheme.NoActionBar</item>
18
    </style>
19
</resources>