diegocarloslima / FloatingGroupExpandableListView

An open source Android library that provides a floating group view at the top of the ExpandableListView
Apache License 2.0
372 stars 136 forks source link

How to make all the headers sticky #34

Open Vimalrajgv opened 9 years ago

Vimalrajgv commented 9 years ago

I have an requirement to make all the headers sticky on top when items are scrolled. The current implementation just makes only one header sticky and pulls it when other header comes to the top. Any idea on how make all the headers sticky.