ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

Two first headers are not show #81

Closed jstr14 closed 6 years ago

jstr14 commented 6 years ago

Hello,

It's the first time with this library and I have one problem at show headers. I implement an Adapter with SkickyHeaderAdapter, I do that my adapter add one sticky header for every item of my list, but the two first headers aren't visible, instead there are a big empty space on every one. The other headers works propertly.

I don't know what is happening. Any one can help me please?

Thank you.

starkej2 commented 6 years ago

Make sure you're returning a value >= 0 in your StickyHeaderAdapter.getHeaderId implementatino for those first two items.