你试过这个吗?将descendantFocusabilityparent的属性设置RecyclerView为blockDescendants.
descendantFocusability
RecyclerView
这样做,它将不再关注回收器视图中动态加载的子视图,因此不会发生自动滚动.
android:descendantFocusability="blocksDescendants"