如何删除ExpandableListView的按钮?

Ker*_*mia 7 expand android button expandablelistview

ExpandableListAdapter在我的项目中使用过自定义.如何删除此按钮? 在此输入图像描述

207*_*207 22

在XML中

android:groupIndicator="@null"
Run Code Online (Sandbox Code Playgroud)

或者在代码中

expListView.setGroupIndicator(null)
Run Code Online (Sandbox Code Playgroud)