2010-08-04 4 views

Répondre

4

setGroupIndicator(null) devrait le faire disparaître.

0

Autre option pour supprimer l'icône par défaut de la mise en page .xml.

<ExpandableListView 
    ... 
    ... 
    android:groupIndicator="@null" /> 

ou

getExpandableListView().setGroupIndicator(null); 
Questions connexes