eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

Does this work with GridLayoutManager? #31

Closed xiaogegexiao closed 9 years ago

xiaogegexiao commented 9 years ago

I have a grid layout manager which contains 2 items per row. They are ordered in time descend. But I wanna add sticky headers to split them into different days

Is that possible.

I have tried this library with my project, it seems not to work currently

Thanks

xiaogegexiao commented 9 years ago

Sorry I found that there is a problem related to Grid layout. It seems that it doesn't support gridlayout now