android - Remove User Input From Seekbar -
i ability remove ability user interact seekbar, within activity.
the scenario:
user slide's seekbar once.... onstoptrackingtouch: further user interaction seekbar denied.... button onclick... user interaction seekbar restored..
i cant find attribute seekbar allow this...?
one possible solution have considered, overlaying image view containing clear image. not stop underlying seekbar taking user touch input..?
seekbar descends view class why not disable it?
https://developer.android.com/reference/android/view/view.html#setenabled(boolean)
Comments
Post a Comment