1

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.

1 Answers1

1

Create a multi layout listview by extending the BaseAdapter, in xml layout create a list item having Seekbar.

and dont forget to override getViewItemType and getViewTypeCount. same type of question asked here

Community
  • 1
  • 1
jai_b
  • 1,113
  • 7
  • 7