I have multiple SeekBars in a LinearLayout that is in a ScrollView. I don't want my seekbar to take the touch event when I am scrolling up and down. Any ideas?
EDIT:
I tried using ListView, problem is I need a horizontal layout.
I have multiple SeekBars in a LinearLayout that is in a ScrollView. I don't want my seekbar to take the touch event when I am scrolling up and down. Any ideas?
EDIT:
I tried using ListView, problem is I need a horizontal layout.