在hierarchyViewer中mLeft和mRight显示什么?
我正在尝试使用 hierarchyviewer 工具查看我的视图属性。 我的第一个问题是我的视图似乎是不可见的,尽管我没有做任何事情让它不可见。 我的第二个问题是我看到值 mRight 和 mLeft,我希望它们是父级的填充空间。
我实际上不知道 mLeft 和 mRight 是什么意思。但我不希望 mLeft 得到大于零的值。可能是什么原因造成的?
I'm trying to see my view properties using hierarchyviewer tool.
My first problem is that my view seems to be invisible although I didn't do anything to make it invisible.
My second problem is I see to values, mRight and mLeft which I expect to be the padding space to the parent.
I actually don't know what mLeft and mRight means. But I don't expect to get a value greater than zero for mLeft. What can be causing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
mLeft 是该特定视图左边框的绝对位置(以像素为单位),mRight 是右侧的相同值。
如果没有更多信息,很难说出是什么导致了您的隐形问题。
mLeft is the absolute position in pixels of the left border of this particular view, and mRight is the same value for the right hand side.
It's difficult to say what's causing your invisibility problem without more information.