开发者

Android-Expandable List view

开发者 https://www.devze.com 2023-03-04 06:49 出处:网络
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

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

精彩评论

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