改变可扩展列表的样式

时间:2015-08-09 06:47:41

标签: android styles expandablelistview

我创建可扩展列表。 现在我想从下面的图片中更改列表样式: enter image description here

  • 到这张图片:

enter image description here

我想更改每组的图标,如图所示。并改变每组之间的界限。 tnx很多

1 个答案:

答案 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;如你所愿。