Hi ! I tried to use the expandable list view for showing a list of category, with for some of them, some subcategory. The problem is that some of this category don't have any subcategory, but the list still show an indicator for them. Good, i made a selctor, sure that it will work. But i was wrong, for performance reason, a collapsed group is treat as empty, so a don't have any indicator except if I expand a group with subcategory. So i found one possible solution, removing the indicator, and handling them by myself with an imageview. Wrong again, i just CANT remove the indicator, apparently, we can make them disappears, so there is just a black square, but i want the indicator to fully disappears, like in View.GONE ! So, if I add an imageView, i got an ugly margin at the left, and my custom indicator right after it... By the way, i tried setIndicatorBound to (0,0), but same problem, so I tried to move the indicator to the right of the item, by example with (350,400). But there still a margin in the left ! What is the point to move indicators on the right of an item, if there still a 40-50dip margin in the left ?
I'm out of solution, so I hope you can help me with that. Thanks ! -- 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

