2016-06-15 21:05:12 +02:00
|
|
|
<resources>
|
2016-11-13 15:42:53 +01:00
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
2016-06-15 21:05:12 +02:00
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
|
|
|
|
<item name="android:windowBackground">@color/windowBackgroundColor</item>
|
|
|
|
<item name="android:colorBackground">@color/windowBackgroundColor</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|