在Android开发中,写完界面发现控件全部堆在左上角
解决方法
使用此方法自定义控件位置,在xml控件位置写入
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintHorizontal_bias="0.526" // 位置
app:layout_constraintVertical_bias="0.619" // 位置
© 版权声明
吾爱博客|AYFRE.COM 版权所有,转载请标明出处。
THE END
请登录后查看评论内容