ebarrenechea / header-decor

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

added ability to render headers inline #17

Closed zaiquirii closed 9 years ago

zaiquirii commented 9 years ago

Added the ability to render headers inline instead of always on top. This is to mimic the functionality of headers in the stock Contacts app.

ebarrenechea commented 9 years ago

I was actually thinking about implementing this functionality, it's great that you've contributed this! :smiley:

ebarrenechea commented 9 years ago

Perhaps extending the StickyHeaderDecoration and only overriding the getItemOffset method would provide a cleaner solution since that is the only point where the sticky header and the inline header would differ.

ebarrenechea commented 9 years ago

Sorry for the delay and thank you very much for your contribution! :+1: I've been thinking about a few changes and I'll get a new version with the latest additions soon. :smiley: