Files
AndroidBaseFrameMVVM/Lib_Base/src/main/res/values/styles.xml

12 lines
381 B
XML
Raw Normal View History

2020-08-26 17:29:44 +08:00
<resources>
2020-08-27 16:17:26 +08:00
2020-08-26 17:29:44 +08:00
<!-- Base application theme. -->
2020-08-27 16:17:26 +08:00
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
2020-08-26 17:29:44 +08:00
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
2020-08-27 16:17:26 +08:00
</resources>