mirror of
https://github.com/kuba2k2/NavLib.git
synced 2025-04-02 06:44:28 +02:00
19 lines
664 B
XML
19 lines
664 B
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="NavView">
|
|
<!-- Customize your theme here. -->
|
|
<item name="colorPrimary">@color/colorPrimaryLight</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
</style>
|
|
|
|
<style name="AppTheme.Light" parent="NavView.Light">
|
|
<!-- Customize your theme here. -->
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
</style>
|
|
|
|
</resources>
|