I have a layout similar to this:
<FrameLayout> <ScrollView> <RelativeLayout> </RelativeLayout> </ScrollView> </FrameLayout> I want ScrollView to work normally with Vertical gesture(scroll/fling) and Pass horizontal gestures to it's parent(FrameLayout has Drag functionality and works fine without a ScrollView).