Reorganized settings, added more options to customize the now playing screen, added gradients to make UI elements visible on light album covers, fixed a bug with cardview background, fixed typos, increased version code, synced strings,
This commit is contained in:
parent
4111d728af
commit
a87320fcc9
43 changed files with 607 additions and 135 deletions
|
|
@ -39,6 +39,11 @@
|
|||
<item name="android:thumbOffset">0dp</item>
|
||||
</style>
|
||||
|
||||
<style name="TraditionalMusicProgressSlider" parent="TraditionalMusicProgressSliderParent">
|
||||
<item name="android:thumbOffset">0dp</item>
|
||||
<item name="android:thumb">@drawable/traditional_slider_thumb</item>
|
||||
</style>
|
||||
|
||||
<style name="Toolbar">
|
||||
<item name="titleMarginStart">16dp</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue