美文网首页
ConstraintLayout 遇到的坑

ConstraintLayout 遇到的坑

作者: 阿布多12 | 来源:发表于2018-09-17 23:25 被阅读0次

    ConstraintLayout 在使用 app:layout_constraintVertical_bias="0.3" 一直无效,

    其实只要像下面这样设置就可以了

    app:layout_constraintTop_toTopOf="parent"

    app:layout_constraintBottom_toBottomOf="parent"

    相关文章

      网友评论

          本文标题:ConstraintLayout 遇到的坑

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