tags:

views:

285

answers:

1

1) I have made an customizable expandable List .

2) Where I can customize the child.

3) But in parent(Group ID) I want to change the default icon of the parent.which look like(>).

4)Can anyone help me?

Thanks Raj

+1  A: 

Your question is answered on this thread.

In short, the setGroupIndicator(Drawable) method of ExpandableListView.

fiXedd
I have use simpleExpandableList group adapter.So how can I do it programitically whithout using xml.
raj
Look, if you show me code I'll be happy to fix it to do what you want. Otherwise, I've given about the best answer I can.
fiXedd