Auto-scroll Scrollbar While Drag item In Recyclerview
I have an issue with Auto-scroll in scroll view. In my case, there are two Recyclerview. First Recyclerview, horizontally scrollable and second vertically. First RecyclerView only for drag and Second RecyclerView only for a drop. Both recyclerviews are inside ScrollView so, I disabled vertical scroll in second Recyclerview. I added DragListener on Second Recyclerview's item. Every item have drag listener so based on that I add/replace item while drop item. So My main issue with scroll, so scroll not working properly while i drag item. currently i used below code for scroll while drag. case