How to add a sub item in Android ListView?

前端 未结 4 853
礼貌的吻别
礼貌的吻别 2021-02-08 16:03

I have made a android listView taking the help from Vogella.com using following layout and ListActivity class.

RowLayout.xml



        
4条回答
  •  悲&欢浪女
    2021-02-08 16:45

    You can use the built-in android.R.layout.simple_list_item_2 to create two line textView.

    enter image description here

提交回复
热议问题