开发者

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 :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜