iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

Grid with different span #39

Open nicksurya opened 8 years ago

nicksurya commented 8 years ago

I have a recycler view with grid layout and the first item is taking the full row,

|------item 1------| | item 2 | item 3 | | item 4 | item 5 |

the rest is swappable normally but i cannot swap with the first item, any solution?