标签: android gesture
我有以这种形式定义的布局:
<ScrollView ---------> <RelativeLayout -------> <!--other n stuffs--> </RelativeLyout> </ScrollView>
我使用this方法来检测滑动。这同样适用于ScrollView。如何在此视图中检测从左到右和从右到左的手势?