How to cancel recyclerView scroll? I don't need let recyclerView to scroll!
I try to do recyclerView.setFocusable(false), but it doesn't work!
How to cancel recyclerView scroll? I don't need let recyclerView to scroll!
I try to do recyclerView.setFocusable(false), but it doesn't work!
RecyclerView has a stopScroll() method to stop a scroll in progress