<ExpandableListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="#FFCECFCE" //父级间隔颜色
android:dividerHeight="1.0dp" //间隔高度
android:childDivider="#FFCECFCE" //子级间隔颜色
android:groupIndicator="@null" //去除默认箭头
</ExpandableListView>
ExpandableListView设置分割线的颜色和高度
最新推荐文章于 2024-02-01 23:08:13 发布