How to generate a ListView with headers above some sections?

前端 未结 4 787
清歌不尽
清歌不尽 2020-12-03 12:55

I want to generate a ListView that has some dividers between some of the entries, like it can be seen in some of the property sections. See the example below. I

4条回答
  •  有刺的猬
    2020-12-03 13:17

    I think you might be looking for android.widget.ExpandableListView

    http://developer.android.com/reference/android/widget/ExpandableListView.html

提交回复
热议问题