What I want to reach at the end, a view like this image, Click me
- I have
RecyclerView
and I am usingGridLayoutManager
. - I want to have 5 items of the list in the first row.
- The rest of the rows should contain 6 items per each row.
- Items in the first row has a bigger sizes than the others.
I tried gridLayoutManager.setSpanSizeLookup(...)
Please advise. Thanks in advance.
There is a library Called Groupi which makes working with RecyclerView very easy. See this for example.