Android ConstraintLayout 布局

AndroidStudio 3.0 默认ConstraintLayout,可以减少布局层级并提高布局性能;能够灵活的定位和调整子View的大小,子View依靠约束关系来确定位置。 一、基本属性 属性 作用 layout_constraintLeft_toLeftOf 左边左对齐 layout_constraintLeft_toRightOf 左边右对齐 layout_constraintRight
相关文章
相关标签/搜索