IndicatorSeekBar icon indicating copy to clipboard operation
IndicatorSeekBar copied to clipboard

Unable to hide Top Indicator Programmatically

Open seanghay opened this issue 7 years ago • 1 comments

Is there any way to Hide Indicator programmatically? For example:

if (seekbar.progress > 10) {
   seekbar.indicator.hide()
} else {
   seekbar.indicator.show()
}

seanghay avatar Jan 28 '19 08:01 seanghay

I need this too. Anyone with a solution?

Marcosmaliki avatar Jun 21 '19 07:06 Marcosmaliki