Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以这种形式定义了布局:
<ScrollView ---------> <RelativeLayout -------> <!--other n stuffs--> </RelativeLyout> </ScrollView>
我正在使用这种方法来检测滑动。这同样不适用于 ScrollView。如何在此视图中检测从左到右和从右到左的手势?