Reputation: 12659
can I have something like this:
¤list 1 element 1
¤¤list 2 element 1
¤¤list 2 element 2
¤¤ ...
¤list 1 element 2
¤¤list 3 element 1
¤¤ list 3 element 2
¤¤ ...
starting to wonder it's stupid as I write it
Upvotes: 0
Views: 1133
Reputation: 24235
You should use ExpandableListView
. Perfectly suits your needs. Refer the documentation
Upvotes: 3
Reputation: 14600
Here's a previous instance of this question along with a good answer:
Upvotes: 3