作者:shilf999_369 | 来源:互联网 | 2023-02-07 01:03
我尝试使用android.support.constraint.ConstraintLayout设计一个布局,从android studio我可以看到预览很好,但是当我在手机中构建并运行时,预览会一个接一个地显示我从来不想要的.
我的布局设计:
Juan Martine..
7
这些layout_editor
属性仅用于编辑器预览,不会影响最终布局.您应该使用ConstraintLayout
特定属性定位元素.
1> Juan Martine..:
这些layout_editor
属性仅用于编辑器预览,不会影响最终布局.您应该使用ConstraintLayout
特定属性定位元素.
有很多好处,但是你没有使用`ConstraintLayout`功能,你只是绝对定位视图并且它不起作用,因为这些绝对定位值仅适用于编辑器预览.例如,你应该在年份`TextView`上使用`app:layout_constraintTop_toBottomOf ="@ id/videoView"`,如果你希望它始终位于_videoView_` ImageView下面