Expandable list with RecyclerView?

后端 未结 6 2102
天涯浪人
天涯浪人 2020-11-27 10:45

It\'s possible to use expandable list items with new RecyclerView? Like ExpandableListView?

6条回答
  •  粉色の甜心
    2020-11-27 11:44

    You can use ExpandableLayout that like a smooth expand/collapse animation CheckBox, so you can use it as CheckBox in ListView and RecyclerView.

    https://github.com/KyoSherlock/ExpandableLayout

提交回复
热议问题