答案 0 :(得分:0)
您可以设置如下属性:
<ExpandableListView
android:id="@+id/ParentLevel"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:childDivider="@color/white"
android:choiceMode="singleChoice"
android:divider="@color/transparent"
android:dividerHeight="0sp"
android:groupIndicator="@null"
android:paddingLeft="10sp"
android:paddingRight="10sp"
android:scrollbars="none" >
</ExpandableListView>
变化 机器人:分隔=&#34; @彩色/透明&#34; 机器人:dividerHeight =&#34; 0SP&#34;如你所愿。