我想知道如何在ExpandableListView中为不同的分组设置不同的指标。我试过了:if(trueconditionforagroupsaygroupA){getExpandableListView().setGroupIndicator(getResources().getDrawable(R.drawable.image));}但上面的代码为View中的所有组设置了指示器!我想要所有组的不同指标,例如:A组有不同的指标;B组有不同的指标;C组有不同的指标其中groupA、groupB和groupC有一定数量的child。任何人都可以提出建议吗?-Adithya.