美文网首页
ConstraintLayout stretches outsi

ConstraintLayout stretches outsi

作者: 91b9ccc21580 | 来源:发表于2017-10-09 15:32 被阅读38次

    原文链接
    wrap_content只会测量自己,不受最终约束的限制
    match_constraints(0dp)将根据约束限制小部件的大小,但如果wrap_content比约束还小也不适用

    更好的View尺寸控制

    width = 0dp
    layout_constraintWidth_default = spread
    

    ps:在1.1.0 beta 2中可以使用

    app:layout_constrainedWidth=”true|false”
    app:layout_constrainedHeight=”true|false”
    

    相关文章

      网友评论

          本文标题:ConstraintLayout stretches outsi

          本文链接:https://www.haomeiwen.com/subject/ndkpyxtx.html