Materialized the seekBar for devices below Lollipop, seekBar visible again in landscape and fixed a common FC

This commit is contained in:
Karim Abou Zeid 2015-04-20 20:31:55 +02:00
commit 713cbf2b29
5 changed files with 9 additions and 10 deletions

View file

@ -35,7 +35,10 @@
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
<style name="MusicProgressSlider" parent="MusicProgressSliderParent" />
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
<item name="android:thumbOffset">0dp</item>
<item name="android:thumb">@drawable/slider_thumb</item>
</style>
<style name="Toolbar">
<item name="android:layout_width">match_parent</item>