IndicatorSeekBar
IndicatorSeekBar copied to clipboard
Unable to hide Top Indicator Programmatically
Is there any way to Hide Indicator programmatically? For example:
if (seekbar.progress > 10) {
seekbar.indicator.hide()
} else {
seekbar.indicator.show()
}
I need this too. Anyone with a solution?