Siri
Siri

Reputation: 701

GridView columns with different sizes

I'm trying to make a gridview like below image. enter image description here

Is there any library? Could you please help me. Thanks Advance.

Upvotes: 3

Views: 666

Answers (1)

Damian Kozlak
Damian Kozlak

Reputation: 7083

RecyclerView with StaggeredGridLayoutManager is what you are looking for.

StaggeredGridLayoutManager example tutorial

StaggeredGridLayoutManager documentation

Upvotes: 2

Related Questions