scrollview中使用recyclerview莫名自动上滑
2022-03-17 本文已影响0人
步调Consistent
1,scrollview中加入:android:descendantFocusability="blocksDescendants"
2,为scrollView中的根view加入android:focusableInTouchMode="true"
1,scrollview中加入:android:descendantFocusability="blocksDescendants"
2,为scrollView中的根view加入android:focusableInTouchMode="true"