etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Full-Width separator layouts between Grids #61

Closed NullPonyPointer closed 10 years ago

NullPonyPointer commented 10 years ago

I want to use this library in my project but before any implementation I want to know that is it possible to add full-width layouts as a separator between grids through this library or not?

Thanks in advance...

denizmveli commented 10 years ago

No this is not possible with the current implementation. The grid could be expanded to support items that span multiple rows but that is not one of our priorities.