Android代码每个条目可展开布局效果。
ExpandableLayout
ExpandableLinearLayout
Setup
Dependency
allprojects{
repositories{
...
maven{url'https://jitpack.io'}
}
}
dependencies{
compile'com.github.iammert:ExpandableLayout:1.4.1'
}
Layout
Setrenderer
expandableLayout.setRenderer(newExpandableLayout.
下载地址
用户评论