felipecsl / AsymmetricGridView

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
http://felipecsl.com/AsymmetricGridView
MIT License
1.84k stars 431 forks source link

Add sections support #51

Closed ghost closed 8 years ago

ghost commented 8 years ago

I need to use this AsymmetricGridView with sections headers. How could I achieve that?

felipecsl commented 8 years ago

That's not really supported by default. It would probably require quite a work to get it done. I'm not planning to add support for it, but if you're planning to submit a PR, please feel free