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.
我知道可以通过扩展在自定义列表视图上使用 onInterceptTouchEvent 覆盖。如何设置此事件或处理它。注意,我知道setOnTouchListener可以停止滚动
但这不能帮助我。每个人都可以帮助我吗?谢谢你!
不幸的是,作为 Android API 级别 19 (4.4 KitKat),没有任何处理程序方法和接口来执行假设setOnInterceptTouchEventListener()或类似操作。ListView因此,必须创建一个样板类扩展才能覆盖onInterceptTouchEvent().
setOnInterceptTouchEventListener()
ListView
onInterceptTouchEvent()