I fill the Child View position with a vertical LinearLayout. The top
row of that layout is a horizontal LinearLayout with two Views, the
expand/collapse icon and the name of the child. The lower rows of the
vertical LinearLayout are the 3rd level items. You will find that text
selection is broken in ExpandableListView so you'll need to implement
that yourself by overriding onDraw in the TextView. You will also find
that onTouch is broken, which means you'll have to implement your own
onTouch highlighting.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to