How can I make Seekbar non touchable?
问题 I have scenario where I have to show some level using a progress bar, but according to the design this progress bar has a thumb like circle on it too. Now the user is not supposed to change the value of this bar either by touch or by using keys. The 'thumb' is available in Seek bar but not in Progress bar, but Seek bar is capable of taking focus and touch events, while this should not happen in my case. So for handling the focus and make my seek bar "foussable = false" &