500px / greedo-layout-for-android

Full aspect ratio grid LayoutManager for Android's RecyclerView
MIT License
1.64k stars 156 forks source link

Support fixed number of rows #39

Closed mck182 closed 7 years ago

mck182 commented 7 years ago

This is useful when we know we want only two rows of items laid out but the adapter has many more items. So this allows Greedo to limit the grid to the specified number of rows.