Android:可扩展ListView组之间的空间

时间:2014-04-16 06:47:31

标签: android expandablelistview

如何在space之间添加额外的expandable listview groups,如下图所示,如果没有项目,该空格也应该保留。

enter image description here

2 个答案:

答案 0 :(得分:5)

试试这个,

        <ExpandableListView
        android:id="@+id/lvExp"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
        android:dividerHeight="Your desired height"
        android:divider="Your desired color"/> 

答案 1 :(得分:0)