1. 程式人生 > >scrollview recyclerview 莫名自動上滑

scrollview recyclerview 莫名自動上滑

1,scrollview中加入:android:descendantFocusability="blocksDescendants

2,為scrollView中的根view加入android:focusableInTouchMode=“true”,如:LinearLayout 加 android:focusableInTouchMode="true"