disable scrolling on recyclerview android code example
Example: android recyclerview disable auto scroll
RecyclerView will scroll to focused item. Try recyclerView.setFocusable(false)
RecyclerView will scroll to focused item. Try recyclerView.setFocusable(false)