ScrollView 中的 ExpandableListView 仅显示一项
ExpandableListView inside ScrollView is showing only one item
When I use ExpandableListView inside ScrollView it will show only one item,It is not showing all items and also when selected items it will shows all child items.
如果您的父布局包含更多项目。然后你必须以一些dp而不是wrap_content/match_parent的形式修复listview的高度,或者使用NestedScrollView。
When I use ExpandableListView inside ScrollView it will show only one item,It is not showing all items and also when selected items it will shows all child items.
如果您的父布局包含更多项目。然后你必须以一些dp而不是wrap_content/match_parent的形式修复listview的高度,或者使用NestedScrollView。