Multi-layered ExpandableListView

后端 未结 3 1737
春和景丽
春和景丽 2020-12-14 02:18

I\'m currently working on a project in which I need something like the following:

- MainGroup 1 (Expandable)
  - SubGroup 1 (Expandable)
    - SubSubGroup 1          


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 02:43

    You might want to check this project out. I haven't tried it, but I guess it's worth a try. The default ExpanadableListView is quite limited, designed originally to support only 2 levels. You can hack around with it to get it to support more levels than that, but it'll get messy.

提交回复
热议问题