1.在父recyclerview添加一行
android:descendantFocusability="afterDescendants"
2.在子recyclerview添加
android:focusable="true"
android:focusableInTouchMode="true"
1.在父recyclerview添加一行
android:descendantFocusability="afterDescendants"
2.在子recyclerview添加
android:focusable="true"
android:focusableInTouchMode="true"