Files
arrest-tb/app/src/main/res/values/styles.xml

13 lines
382 B
XML
Raw Normal View History

2020-09-28 04:25:58 -07:00
<resources>
<!-- Base application theme. -->
2020-10-08 02:20:14 -07:00
2020-09-28 04:25:58 -07:00
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>