jmartinesp / SpannedGridLayoutManager

Android RecyclerView.LayoutManager that resizes and reorders views based on SpanSize
MIT License
600 stars 105 forks source link

Automatic mode for span #7

Closed jaumard closed 6 years ago

jaumard commented 7 years ago

For now we have to specify the number of span we want, is it possible to have a mode "auto" that calculate the number of span depending of the recyclerview width ? Like this if we rotate the screen it's recalculate to have more span. Would be a nice addition