WANTED: TableLayout-Like ListView

后端 未结 4 1219
挽巷
挽巷 2020-12-19 03:21

My question might be, \"How does one create a single-line horizontal LinearLayout with two single-line non-wrapping TextViews, where the left TextView always occupies 1/3 of

4条回答
  •  温柔的废话
    2020-12-19 03:46

    I think this tutorial will help you. Try this..

    Your row.xml should look like :

    
    
     
     
     
     
    
    
    

    You need this type of layout right ? Correct me if i am not wrong. See the output when i tried the above layout file.

提交回复
热议问题