0

I want to create a layout like below image, I tried flowLayout with 2 rows, but when I put it in HorizontalScroll it be just one row. Also I tried Recycleview with GridLayoutManager but all columns will be same width. How I can create some thing like below image?

enter image description here

Answer: I used below code and it solved my problem.

 new StaggeredGridLayoutManager(2, LinearLayoutManager.HORIZONTAL);
Erfan Eghterafi
  • 4,344
  • 1
  • 33
  • 44

0 Answers0