Proyectos de Subversion Android Microlearning - Inconcert

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 gabriel 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
    </style>
22
 
23
    <style name="Theme.Splash.NoActionBar">
24
        <item name="windowActionBar">false</item>
25
        <item name="windowNoTitle">true</item>
26
    </style>
27
 
28
    <style name="Theme.Splash.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
29
 
30
    <style name="Theme.Splash.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
31
 
32
 
33
</resources>