2010-08-04 71 views

回答

4

setGroupIndicator(null)應該讓它消失。

0

其他選項刪除從.XML佈局的默認圖標。

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

getExpandableListView().setGroupIndicator(null);