This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
hashTagItNow/app/src/main/res/values/styles.xml

16 lines
526 B
XML
Raw Normal View History

2019-01-22 00:04:50 +00:00
<resources>
<!-- Base application theme. -->
2019-01-25 13:35:48 +00:00
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
2019-01-22 00:04:50 +00:00
<!-- 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="AppButton" parent="Widget.MaterialComponents.Button">
<item name="android:textColor">#000</item>
</style>
2019-01-22 00:04:50 +00:00
</resources>