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.
我有一个viewgroup我想手动滚动的,但我只想进入跟踪/滚动模式,如果最初的向下按下没有被其中一个孩子使用。有没有一种简单的方法可以检查其中一个孩子是否想要触摸事件?
viewgroup
的自然流动onInterceptTouchEvent似乎是相反的。
onInterceptTouchEvent
如果您不希望子视图使用该事件,只需在其 onTouch 上返回 false。那应该将事件传播给父级。