TonicArtos / StickyGridHeaders

This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
http://tonicartos.com
Apache License 2.0
1.47k stars 442 forks source link

Change the position of the sticked headers #105

Closed nitrico closed 6 years ago

nitrico commented 10 years ago

I wonder if you or anyone else can add support for changing the position of the sticky headers instead of being at top. It would be great, for example, when you have a translucent ActionBar, so the headers would stick below the ActionBar and not behind. I mean something like this: https://github.com/Naroh091/SwipeRefreshLayoutOverlay

I've been trying to modifying the the StickyGridHeadersGridView.java and got close but don't get it...

And, of course, thanks for the great library :)