Rev 3 |
Ir a la última revisión |
|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<resources>
|
|
|
2 |
|
|
|
3 |
<!-- Base application theme. -->
|
|
|
4 |
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
|
5 |
<!-- Customize your theme here. -->
|
|
|
6 |
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
7 |
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
8 |
<item name="colorAccent">@color/colorAccent</item>
|
|
|
9 |
</style>
|
|
|
10 |
|
|
|
11 |
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
|
|
|
12 |
<item name="android:windowBackground">@drawable/splash_background</item>
|
|
|
13 |
</style>
|
|
|
14 |
|
|
|
15 |
</resources>
|