一般是scollview或者NestedScrollView嵌套recyclerView会出现这种情况,
解决:
1、只要在scollview外面嵌套
android:focusable="true"
android:focusableInTouchMode="true"
2、在scollview里面的LinearLayout一层加
android:descendantFocusability="blocksDescendants"
一般是scollview或者NestedScrollView嵌套recyclerView会出现这种情况,
解决:
1、只要在scollview外面嵌套
android:focusable="true"
android:focusableInTouchMode="true"
2、在scollview里面的LinearLayout一层加
android:descendantFocusability="blocksDescendants"