更改ExpandableListView编辑视图

时间:2017-08-25 06:14:54

标签: android expandablelistview

如何在ExpandableListview中删除此内容?

enter image description here

3 个答案:

答案 0 :(得分:1)

您可以像这样以编程方式删除;

 getExpandableListView().setGroupIndicator(null);

使用xml;

android:groupIndicator="@null"

答案 1 :(得分:1)

android:groupIndicator="@null" 

在xml中使用此属性

答案 2 :(得分:1)

尝试这个程序

<?php echo $this -> Html -> script(array('/new_folder/another_new_folder/file.js'));?>

并尝试更改ExpandableListView yourListView = (ExpandableListView)findViewById(R.id.yourListView ); yourListView .setGroupIndicator(null); yourListView .setChildIndicator(null); 属性ExpandableListView's