Answers for "android recyclerview disable auto scroll"

0

android recyclerview disable auto scroll

RecyclerView will scroll to focused item. Try recyclerView.setFocusable(false)
Posted by: Guest on January-28-2021

Code answers related to "android recyclerview disable auto scroll"

Browse Popular Code Answers by Language