jmartinesp / SpannedGridLayoutManager

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

How to decrease the height of an item? #22

Closed netodevel closed 6 years ago

netodevel commented 6 years ago

Thanks for this project :)

image

My left item has height = 2, and width = 1, and my GridLayout only contains 2 columns, What I want is to make my height = 2 be smaller, is it possible to do this?

netodevel commented 6 years ago

I opened a pull request #23, for this issue, thanks