Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 7 | Ir a la última revisión | | Comparar con el anterior | 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
    <style name="Theme.App.Starting" parent="Theme.SplashScreen">
4
        <!-- Set the splash screen background, animated icon, and animation duration. -->
5
        <item name="windowSplashScreenBackground">@color/buttonIntroBackground</item>
6
 
7
        <!-- Use windowSplashScreenAnimatedIcon to add either a drawable or an
8
             animated drawable. One of these is required. -->
9
        <item name="windowSplashScreenAnimatedIcon">@drawable/avd_anima</item>
10
        <!-- Required for animated icons -->
8 gabriel 11
        <item name="windowSplashScreenAnimationDuration">5000</item>
7 gabriel 12
 
13
 
14
        <!-- Set the theme of the Activity that directly follows your splash screen. -->
15
        <!-- Required -->
16
        <item name="postSplashScreenTheme">@style/AppTheme.NoActionBar</item>
17
    </style>
18
</resources>