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?
Answer: I used below code and it solved my problem.
new StaggeredGridLayoutManager(2, LinearLayoutManager.HORIZONTAL);