ConstraintLayout 在使用 app:layout_constraintVertical_bias="0.3" 一直无效,
其实只要像下面这样设置就可以了
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
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
网友评论