It\'s a very simple question but I dont get how to do it. I have a listview adapter and a xml row to display each row. I want to display 3 textview in a single row. This is
Change orientation android:orientation="horizontal" of LinearLayout.
android:orientation="horizontal"
EDIT
And how if I would like to display it like: txt1 in one line and txt2 txt3 in a second line?