
Use Slider and FloatingActionbutton in the playback view. This is not because I wanted to, but because there were insane bugs on Lollipop devices that stemmed from them being unable to load complex selector resources.
5 lines
No EOL
252 B
XML
5 lines
No EOL
252 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_pause" android:state_activated="true" />
|
|
<item android:drawable="@drawable/ic_play" />
|
|
</selector> |