item的点击事件将recyclerView的点击事件覆盖了。如果要同时存在,需要在item的跟布局加上 android:descendantFocusability="blocksDescendants" 在点击控件加上 android:focusable="false"
item的点击事件将recyclerView的点击事件覆盖了。
如果要同时存在,需要在
item的跟布局加上 android:descendantFocusability="blocksDescendants"
在点击控件加上 android:focusable="false"