TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Change layout to linear instead of grid in Example #185

Closed victorileaf closed 7 years ago

victorileaf commented 7 years ago

Hi, In your sample app the header is working fine .. but items are in a grid i would like to make layout linear what should i do? Everything should appear as a linear list not a grid.

Thanks in advance