Android惯用控件之ExpandableList的使用

Android常用控件之ExpandableList的使用先来看下什么是ExpandableListView跟列表有点像,这种是可以折叠的

Android常用控件之ExpandableList的使用


先来看下什么是ExpandableListView

Android惯用控件之ExpandableList的使用

跟列表有点像,这种是可以折叠的列表,下面来看下是如何在代码中实现

一、在布局文件中声明一个ExpandableListView



最后还是传上源码

点击打开链接