fix seekbar alignment and volume controls color issue
This commit is contained in:
parent
a74db34121
commit
72a6e86454
8 changed files with 103 additions and 28 deletions
|
@ -108,7 +108,7 @@ class VolumeFragment : Fragment(), SeekBar.OnSeekBarChangeListener, OnAudioVolum
|
|||
}
|
||||
|
||||
fun setTintable(color: Int) {
|
||||
TintHelper.setTintAuto(volumeSeekBar, color, true)
|
||||
TintHelper.setTintAuto(volumeSeekBar, color, false)
|
||||
}
|
||||
|
||||
fun removeThumb() {
|
||||
|
|
|
@ -29,7 +29,6 @@ import code.name.monkey.retromusic.util.PreferenceUtil
|
|||
import code.name.monkey.retromusic.util.ViewUtil
|
||||
import kotlinx.android.synthetic.main.fragment_plain_controls_fragment.*
|
||||
import kotlinx.android.synthetic.main.media_button.*
|
||||
import kotlinx.android.synthetic.main.player_time.*
|
||||
|
||||
/**
|
||||
* @author Hemanth S (h4h13).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue