安卓除了有6种最基本的布局线性布局(LinearLayout)、相对布局(RelativeLayout)、帧布局(FrameLayout)、网格布局(GridLayout)、绝对布局(AbsoluteLayout)、表格布局(TableLayout)外还有一些较复杂的布局,如ConstraintLayout。
1、优点
调整控件的位置和大小时更加灵活,功能更强大。
2、继承关系
和其他布局一样继承自ViewGroup。
3、新特性
相对定位:
app:layout_constraintLeft_toRightOf="@+id/buttonA" />
按钮b的右对齐按钮a
成都创新互联公司服务项目包括大厂网站建设、
大厂网站制作、大厂网页制作以及大厂网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,
大厂网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到大厂省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!
- layout_constraintLeft_toLeftOf // 左边左对齐
- layout_constraintLeft_toRightOf // 左边右对齐
- layout_constraintRight_toLeftOf // 右边左对齐
- layout_constraintRight_toRightOf // 右边右对齐
- layout_constraintTop_toTopOf // 上边顶部对齐
- layout_constraintTop_toBottomOf // 上边底部对齐
- layout_constraintBottom_toTopOf // 下边顶部对齐
- layout_constraintBottom_toBottomOf // 下边底部对齐
- layout_constraintBaseline_toBaselineOf // 文本内容基准线对齐
- layout_constraintStart_toEndOf // 起始边向尾部对齐
- layout_constraintStart_toStartOf // 起始边向起始边对齐
- layout_constraintEnd_toStartOf // 尾部向起始边对齐
- layout_constraintEnd_toEndOf // 尾部向尾部对齐
外边距:
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent/>
空间居中效果
倾向:
app:layout_constraintHorizontal_bias="0.3"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent/>
左边占0.3,右边占0.7
可见性的表现:
尺寸约束:
android:minWidth 设置布局的最小宽度
android:minHeight 设置布局的最小高度
CHAIN:
辅助工具:
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
当前标题:安卓ConstraintLayout布局-创新互联
链接地址:
http://bjjierui.cn/article/ceiich.html