newGroupView only creates the view but doesn't bind it to the content you want to display. You need to implement bindGroupView to fill the view with content (to bind the view to the content).
And yes TreKing is right, you should write your questions so that other people are able to understand what you intend to do. You were lucky I did (you never even mentioned the ExpandableListAdapter). Best Regards Emanuel Moecklin 1gravity LLC On Jun 3, 1:10 pm, juliagrig <[email protected]> wrote: > hi, I tried many ways to display another textview in group_row of > expandable list, but all of my attempts failed. > I put it first of all on xml file only, then i tried to display it > from getGroupView, but it does nothing. > The image view works fine by setGroupIndicator, bur the text view or > other widgets. > Also, i tried from the params of simpleCursorAdapter, but it doesn't > work. > > Thanks in advance for your help. -- 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

