Android-Expandable List view
How to move the group item to left when you deleted the defa开发者_如何学编程ult group indicator by using setGroupIndicator() method.
You may try to adjust your TextView to the left by 36dip (assuming you're using the standard group indicator from android)
<TextView android:paddingLeft="36dip"/>
I did this in my own project, hope it helps :)
精彩评论