在adapter里对recyclerView的item设置点击事件后,再对recyclerView本身设置touch事件时,捕捉不到Down这个action。
认证高级PHP讲师
item的點擊事件將recyclerView的點擊事件覆蓋了。 如果要同時存在,需要在item的跟佈局加上 android:descendantFocusability="blocksDescendants" 在點擊控件加上 android:focusable="false"
item的點擊事件將recyclerView的點擊事件覆蓋了。
如果要同時存在,需要在
item的跟佈局加上 android:descendantFocusability="blocksDescendants"
在點擊控件加上 android:focusable="false"