I've the layout defined in this form:
<ScrollView
--------->
<RelativeLayout
------->
<!--other n stuffs-->
</RelativeLyout>
</ScrollView>
I was using this approach to detect swipe. The same is not working for ScrollView. How can I detect left-to-right and right-to-left gesture in this View?