2010-08-04 83 views

回答

4

setGroupIndicator(null)应该让它消失。

0

其他选项删除从.XML布局的默认图标。

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

getExpandableListView().setGroupIndicator(null);