nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

Extra space in SpannedGridLayoutManager #830

Open noowenz opened 4 years ago

noowenz commented 4 years ago

@nickbutcher I am trying to use SpannedGridLayoutManager and have some issues.

  1. Try to add a header(i.e first item) at position 0 with SpanSize of 3X1 and remain extra space.

Screenshot_extra_sapce

And note the last item is working as wrap item.

Screenshot_ok

noowenz commented 4 years ago

I tried to dig into this SpannedGridLayoutManager and couldn't don anything. SO, I managed to achieve save the result by using another SpannedGridLayoutManage can see here if anyone need.