Android Question list row left, row right

Traiser

Member
Licensed User
Longtime User
hi all
how i can make a list (an example is the chat)
when the first user add one string, this row is at left
and when the second user add string, this row is at right
and when the first user add a string, this row is at left
etc?

What should I use? listview? scrollview?

sorry for my english

thanks
 

DonManfred

Expert
Licensed User
Longtime User
You cannot do that with a listview so i would suggest using a scrollview or a custom list view
 
Upvote 0
Top