I have an ExpandableListView where not every group has children, however, the arrow indicator shows up for every group.
I would think that returning 0 from public int getChildrenCount(int groupPosition) would be enough info for it to tell that it doesn't have any children. Does anyone know how to remove the arrow indicator for groups without children? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

