Proyectos de Subversion Android Microlearning

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<resources xmlns:tools="http://schemas.android.com/tools">
2
 
3
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
4
        <!-- Customize your theme here. -->
5
        <item name="colorPrimary">@color/colorPrimary</item>
6
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
7
        <item name="colorAccent">@color/colorAccent</item>
8
    </style>
9
 
10
    <style name="AppTheme.NoActionBar">
11
        <item name="windowActionBar">false</item>
12
        <item name="windowNoTitle">true</item>
13
    </style>
14
 
15
    <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
16
 
17
    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
18
 
19
 
20
    <style name="Theme.Splash" parent="Theme.AppCompat.NoActionBar">
21
        <item name="android:windowBackground">@drawable/splash_background</item>
22
    </style>
23
 
24
    <style name="Theme.Splash.NoActionBar">
25
        <item name="windowActionBar">false</item>
26
        <item name="windowNoTitle">true</item>
27
    </style>
28
 
29
    <style name="Theme.Splash.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
30
 
31
    <style name="Theme.Splash.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
32
 
33
 
34
</resources>