0

I want to make a view in android that can expand up to 3 levels. There are multiple grandparents. Each grandparent can have at least one or multiple parents. Each parent can have at least one or multiple children. To better understanding the problem, I am adding an image with this post. I guess it would be ExpanableListView control. I can make ExpandableListView up to 2 levels (mean parent and child) but how to make it up to 3 Levels?

Thanks

enter image description here

Mudasser Hassan
  • 716
  • 2
  • 9
  • 27

1 Answers1

0

How about creating different layouts and then include layouts inside each other using the <include> tag?

Ghost
  • 3,966
  • 1
  • 25
  • 36