遇到每个列表项有点击事件, onTouchEvent中的 MotionEvent.ACTION_DOWN就收不到了。

需要用onInterceptTouchEvent截取。

http://blog.csdn.net/nono_love_lilith/article/details/7100845

 

Android ViewGroup触摸事件拦截详解:http://www.2cto.com/kf/201410/339666.html

相关文章: