1
0
mirror of https://github.com/yexuejc/rrxjava.git synced 2025-06-07 21:54:03 +08:00
rrxjava/.svn/pristine/93/9393f893dd1f0596c09eda96efc4fbd08e5cc6fa.svn-base
2017-07-07 15:50:45 +08:00

21 lines
708 B
Plaintext

<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</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>