A lot of fixes and small changes
This commit is contained in:
parent
fd6d6d9e75
commit
865f72e5bb
33 changed files with 360 additions and 479 deletions
|
|
@ -66,7 +66,6 @@
|
|||
</style>
|
||||
|
||||
<style name="PlayPauseFabParent">
|
||||
<item name="elevation">8dp</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
</style>
|
||||
|
|
@ -81,7 +80,9 @@
|
|||
|
||||
|
||||
<style name="MusicProgressSliderParent">
|
||||
<item name="android:layout_width">fill_parent</item>
|
||||
<item name="android:progressDrawable">@android:color/transparent</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:thumb">@drawable/slider_thumb</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue