android recyclerview disable scroll animation code example
Example 1: remove recyclerview scroll animation
android:overScrollMode="never"
Example 2: android recyclerview disable auto scroll
RecyclerView will scroll to focused item. Try recyclerView.setFocusable(false)