multiple textview in a row

后端 未结 2 2063
情书的邮戳
情书的邮戳 2021-01-20 03:13

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

2条回答
  •  Happy的楠姐
    2021-01-20 03:31

    Change orientation android:orientation="horizontal" of LinearLayout.

    EDIT

    And how if I would like to display it like: txt1 in one line and txt2 txt3 in a second line?

    
    
        
    
        
    
        
    
    
    

提交回复
热议问题