添加android:overScrollMode="never"属性可以取消掉
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"/>

1006

被折叠的 条评论
为什么被折叠?



