2018-08-12 14:33:11 +00:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
2018-08-17 00:43:58 +00:00
|
|
|
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
|
2018-08-12 14:33:11 +00:00
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
2018-08-17 00:43:58 +00:00
|
|
|
<item name="coordinatorLayoutStyle">@style/Widget.Support.CoordinatorLayout</item>
|
|
|
|
<item name="floatingActionButtonStyle">@style/Widget.Design.FloatingActionButton</item>
|
2018-08-12 14:33:11 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
|
|
|
|
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
|
|
|
|
|
|
|
|
</resources>
|