7
我在我的項目中使用了自定義ExpandableListAdapter
。我怎樣才能刪除這個按鈕? 如何刪除ExpandableListView的按鈕?
我在我的項目中使用了自定義ExpandableListAdapter
。我怎樣才能刪除這個按鈕? 如何刪除ExpandableListView的按鈕?
在XML
android:groupIndicator="@null"
或代碼
expListView.setGroupIndicator(null)
你嘗試使用這個: 機器人:groupIndicator = 「@安卓:彩色/透明」?
我不知道你爲什麼要刪除這個按鈕,但在某些情況下,我的建議可能是有用的。