I've made a vertical SeekBar by overriding the onDraw method and flipping it 90 degrees. Now I need to put this in a ScrollView.
The actual layout structure is
<ScrollView>
<RelativeLayout>
...
<LinearLayout>
<com.mypackage.VerticalSeekBar/>
Is it possible to make sure the ScrollView does not get the touch event of my seekbar?