0

How to do two items in one line but at the same time items should to be in one ListView and have one Adapter :

My example [now] :

enter image description here

Ilya Fedoseev
  • 287
  • 1
  • 3
  • 10

1 Answers1

1

Use RecyclerView instead of ListView and set GridLayoutManager in RecyclerView.

Andrii Lisun
  • 653
  • 4
  • 22
Anil
  • 1,087
  • 1
  • 11
  • 24