Add a song count to the album item, along with updating the font once again to differentiate myself from Music Player GO.
13 lines
No EOL
483 B
XML
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> |