How can I completely hide the groupIndicator of an ExpandableListView?

前端 未结 3 851
走了就别回头了
走了就别回头了 2020-12-08 18:31

I want to completely hide the groupIndicator in a custom ExpandableListView.

The example provided here did not seem to work.

It suggests making a selector an

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 18:58

    Have you tried changing ExpandableListView's attribute android:groupIndicator="@null"?

提交回复
热议问题