【发布时间】:2017-07-24 10:57:28
【问题描述】:
我使用可展开的列表视图。我想显示父母之间的空间,但孩子还是一样。 我使用可展开的列表视图
<ExpandableListView
android:id="@+id/listviewExpandAble"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:dividerHeight="10dp"
app:layout_constraintTop_toTopOf="parent"></ExpandableListView>
【问题讨论】:
标签: android listview expandablelistview