Auxio/app/src/main/res/values/styles.xml
OxygenCobalt f511cfd161 Add song count/Styling changes
Add a song count to the album item, along with updating the font once again to differentiate myself from Music Player GO.
2020-08-24 19:01:28 -06:00

13 lines
No EOL
483 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Base theme -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- TODO: Make this accent settable -->
<item name="colorAccent">@color/blue</item>
</style>
<style name="ToolbarText" parent="TextAppearance.AppCompat.Title">
<item name="android:textColor">@color/blue</item>
<item name="android:fontFamily">@font/inter_black</item>
</style>
</resources>