如何控制视图的wrap_content超出其父宽度/高度时会发生什么?

时间:2015-02-27 22:21:55

标签: android android-layout android-xml

在Android中,给定任何View - 我希望它的高度/宽度都是 wrap_content - 但我不希望这个值超过其父级。我如何用XML实现这一目标?

1 个答案:

答案 0 :(得分:0)

View的宽度/高度永远不会超过其父级。只需使用wrap_content。