求高人指点,这种listView里面还有一个可以折叠的listView怎么做

求高人指点,这种listView里面还有一个可以折叠的listView怎么做
求高人指点,这种listView里面还有一个可以折叠的listView怎么做

img

img

RecyclerView 实现吧, ListView 不太适合。

试试这个 net.cachapa.expandablelayout.ExpandableLayout,可以在item的布局中添加这种可扩展的layout,然后在layout中添加想要的内容

可以用ExpandableListView这个原生控件啊