Cleaned up seekBar styles and properly align seekBar to left and right of the screen again
This commit is contained in:
parent
5ca6bd5617
commit
a19ea19eb9
4 changed files with 5 additions and 7 deletions
|
|
@ -35,10 +35,7 @@
|
|||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
|
||||
<item name="android:progressDrawable">@drawable/slider_progress</item>
|
||||
<item name="android:thumb">@drawable/slider_thumb</item>
|
||||
</style>
|
||||
<style name="MusicProgressSlider" parent="MusicProgressSliderParent" />
|
||||
|
||||
<style name="Toolbar">
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue