fix seekbar alignment and volume controls color issue

This commit is contained in:
h4h13 2019-02-27 08:25:38 +05:30
parent a74db34121
commit 72a6e86454
8 changed files with 103 additions and 28 deletions

View file

@ -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() {

View file

@ -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).