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

Abi*_*han 0 android expandablelistview

我怎么可以添加一个额外space的之间expandable listview groups,就像下面的图像和空间也应该留在没有项目的情况下,.

在此输入图像描述

Zah*_*hid 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"/> 
Run Code Online (Sandbox Code Playgroud)