1

I've a listview with custom adapter with 2 custom layouts, it works perfectly, but the data has a trouble. The flow of data is only vertical, I need "change" the flow of data when the layout of adapter have 2 items, like this:

enter image description here

Any one can help?

ligi
  • 39,001
  • 44
  • 144
  • 244
Pedro Paulo Amorim
  • 1,838
  • 2
  • 27
  • 50

1 Answers1

0

you could have a look into cardslib[1] - this offers such an option

[1] https://github.com/gabrielemariotti/cardslib

ligi
  • 39,001
  • 44
  • 144
  • 244