Hi, I would really appreciate any insights/pointers regarding creating a layout like this. I have wasted quite a bit of time on this. I want to create a vertical linearlayout which has multiple ExpandableListViews separated by TextViews.
----------------------------- TextView ----------------------------- ExpandableListView ----------------------------- TextView ----------------------------- TextView ----------------------------- ExpandableListView ----------------------------- ExpandableListView I tried the following approaches but each of them has one shortcoming or the other: 1. Add TextView and ExpandableListViews to a linearlayout. The problem with this approach is that LinearLayout by default is unscrollable. Adding the LinearLayout to a ScrollableView creates even more issues because ListViews handle their own scrolling behavior. 2. I tried using a single ExpandableListView to model the above layout but the problem is that setGroupIndicator applies to the entire ExpandableListView, not a specific group. Thanks, --Manoj. -- 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

