如何在space
之间添加额外的expandable listview groups
,如下图所示,如果没有项目,该空格也应该保留。
答案 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)