2018-12-07 17:33:57 +03:00
|
|
|
<resources>
|
2017-10-23 13:40:38 +03:00
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
2018-11-28 18:37:25 +03:00
|
|
|
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
2017-10-23 13:40:38 +03:00
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
2018-05-04 16:35:03 +03:00
|
|
|
<item name="colorAccent">@color/colorPrimary</item>
|
2019-01-02 02:41:35 +03:00
|
|
|
<item name="android:panelFullBackground">@color/colorPrimary</item>
|
|
|
|
<item name="android:itemBackground">@color/colorPrimary</item>
|
2017-10-23 13:40:38 +03:00
|
|
|
</style>
|
|
|
|
</resources>
|