2017-05-27 23:05:27 +02:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
<item name="android:textColor">#000000</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
|
|
|
|
<item name="android:windowBackground">@drawable/background_splash</item>
|
|
|
|
</style>
|
|
|
|
|
2017-06-04 16:09:42 +02:00
|
|
|
<style name="NoBar" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
<item name="android:textColor">#000000</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- ToolBar -->
|
|
|
|
<style name="ToolBarStyle" parent="Theme.AppCompat">
|
|
|
|
<item name="android:textColorPrimary">@color/white</item>
|
|
|
|
<item name="android:textColorSecondary">@color/white</item>
|
|
|
|
<item name="actionMenuTextColor">@color/white</item>
|
|
|
|
<!--<item name="actionOverflowButtonStyle">@style/ActionButtonOverflowStyle</item>
|
|
|
|
<item name="drawerArrowStyle">@style/DrawerArrowStyle</item>-->
|
|
|
|
</style>
|
|
|
|
|
2017-05-27 23:05:27 +02:00
|
|
|
</resources>
|