bgogetap / StickyHeaders

Easily add Sticky Headers to your RecyclerView
Apache License 2.0
521 stars 88 forks source link

Support for GridLayoutManager #83

Open hemanthnarayanan123 opened 6 years ago

bgogetap commented 6 years ago

Thanks for this! I'll take a look as soon as I have some time.

muthuraj57 commented 5 years ago

Any update on this? I tried the forked version from @hemanthnarayanan123 and it works well.

bgogetap commented 5 years ago

Sorry, I did look at this and it does seem to work well when the header item is full width/height. I don't think there is much we can do, and it's probably fine to have that limitation without explicitly forcing it.

I should have some time over the next week or two to look closer at it. I definitely want to add/update the tests before merging.

alex-tavella commented 4 years ago

@bgogetap any plan on merging this?