I think I see how this might be done. The list adapter for the expandable list is ExpandableListAdapter, which has a method getChildView(). This child view could be a LinearLayout with TextViews for the third level. I wouldn't be able to collapse the third level - it would be slaved to the 2nd level expand/collapse, but that's easier than creating the entire widget from scratch.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

