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

Problem with GridLayoutManager #27

Closed alyadins closed 9 years ago

alyadins commented 9 years ago

When i try to use GridLayoutManager instead LinearLayoutManager all items look awful. I have not found information about support GridLayoutManager. Is it my problem or lib bug? s50116-174047

leruaa commented 9 years ago

Only LinearLayoutManager is supported for now. I'm not sure if is is possible to have sticky header on GridLayoutManager only with a ItemDecoration.