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>
|
2019-06-15 19:13:52 +02:00
|
|
|
<item name="android:windowBackground">@xml/splash_gradient</item>
|
2019-05-10 20:44:08 +02:00
|
|
|
<item name="android:statusBarColor">#000000</item>
|
2019-03-05 07:33:58 +01:00
|
|
|
</style>
|
2019-07-16 16:13:43 +02:00
|
|
|
|
2019-07-13 18:20:04 +02:00
|
|
|
<style name="AppTheme.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
2019-07-16 16:13:43 +02:00
|
|
|
|
2019-07-13 18:20:04 +02:00
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
2019-03-05 07:33:58 +01:00
|
|
|
|
2019-07-16 16:13:43 +02:00
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light">
|
|
|
|
<item name="android:paddingRight">24dp</item>
|
|
|
|
</style>
|
2019-03-05 07:33:58 +01:00
|
|
|
|
2019-07-16 16:13:43 +02:00
|
|
|
<style name="AppTheme.popupMenuStyle" parent="Widget.AppCompat.PopupMenu">
|
|
|
|
<item name="android:popupBackground" >@android:color/white</item>
|
|
|
|
<item name="android:layout_marginTop" >1000dp</item>
|
2019-07-13 18:20:04 +02:00
|
|
|
</style>
|
|
|
|
|
2019-03-05 07:33:58 +01:00
|
|
|
</resources>
|