I want to create a layout like this:
It is a ViewGroup
with two columns. Item widths are fixed but each has random height.
How can I implement this? Should I use GridView
, ListView
, or ...?
I want to create a layout like this:
It is a ViewGroup
with two columns. Item widths are fixed but each has random height.
How can I implement this? Should I use GridView
, ListView
, or ...?