woxblom / DragListView

Drag and drop to reorder items in a list, grid or board for Android. Based on RecyclerView. Also supports swiping items in a list.
Apache License 2.0
693 stars 177 forks source link

Why drag items in 2nd Column gets distorted? #200

Closed haseebthedev closed 2 years ago

haseebthedev commented 2 years ago

Hi. I'm trying to use a 2 column layout here I'm setting Columns with 2 different card layouts. I don't know Why the cards in 2nd columns are distorted only when we drag the item on the screen.

I have attached the image below: 1

Any idea or suggestion would be helpful!

woxblom commented 2 years ago

It depends on your DragItem. How does your DragItem look?

woxblom commented 2 years ago

No response from creator