h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

Replace fullspan element with other element in StaggerGridview #519

Open kevires opened 1 year ago

kevires commented 1 year ago

Hi! Thank you for your useful library! I have problem with my stagger gridview, I want to move full span element with other small elements in my list view as image

309752890_803230727798302_803046527549925073_n

I implemented Basic way from https://advancedrecyclerview.h6ah4i.com/draggable/tutorial/ to do this with StaggeredGridLayoutManager but I can only replace small element with small element and full span element with full span element. How can I move full span element with small element ? Thank you for supporting me