How to reflow items in a RecyclerView with the StaggeredGridLayoutManager

前端 未结 3 857
时光说笑
时光说笑 2021-01-14 14:28

I\'m playing around with the StaggeredGridLayoutManager and have something close to what I want. I have a horizontal staggered grid with 2 rows, where some items are the hei

3条回答
  •  萌比男神i
    2021-01-14 14:59

    Doing this will requires not respecting position of items in the adapter which is hardly ever desired. Your best options is to re-order items in the adapter

提交回复
热议问题