2019-03-05 07:33:58 +01:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">#f9f9f9</item>
|
|
|
|
<item name="colorPrimaryDark">#f9f9f9</item>
|
|
|
|
<item name="colorAccent">#f9f9f9</item>
|
|
|
|
<item name="android:windowBackground">@drawable/backgradient</item>
|
2019-05-10 20:44:08 +02:00
|
|
|
<item name="android:statusBarColor">#000000</item>
|
2019-03-05 07:33:58 +01:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
</resources>
|