lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Can I hava a spannable grid with the 0.1.4 implementation? #256

Open mateusgrb opened 8 years ago

mateusgrb commented 8 years ago

Hi, I need a vertical 3 columns grid where the first item has the width of two columns and the height of two rows. I'm able to implement this layout using the latest snapshot version, but as it's not a stable one, I can't use it in the project I'm working on.

So I would like to know if it's possible to implement such a layout using the stable version(0.1.4).

Thanks in advance.