如何在 Android 上获取 ExpandableListView 可绘制的组指示器的宽度?
如果我使用默认的组指示器(不设置新的),我如何知道groupview布局的填充宽度?
这样可以让我的布局不会与组指示器重叠。
这可能吗?因为我找不到 getGroupIndicator 的方法。 或者我必须设置一个我知道其大小的新的。
If I use the default group indicator (not setting a new one), how can I know the padding width for the layout of groupview?
So can let my layout won't overlap with the group indicator.
Is that possible? Because I can't find a method to getGroupIndicator.
Or I must have to set a new one that I know its size.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在这里找到了该属性:
I found the attribute here:
或者你可以使用反射:
Or you can use reflection: