Answer the question
In order to leave comments, you need to log in
How to implement scroll during selected item in recyclerview?
How to autoscroll when item is selected in recycler view?
dishLayout.setOnLongClickListener {
it.startDrag(
ClipData.newPlainText("dishUid", orderItem.uid),
DragnDropShadowBuilder(it, 1f),
null,
0
)
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question