jiyouliang / ConstraintLayoutDemo

ConstraintLayout示例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

无所不能的ConstraintLayout全套讲解(有视频)-持续更新...

视频教程链接

1、ConstraintLayout介绍

  • 1、2016年Google I/O推出的约束布局

  • 2、优势:减少布局层次与嵌套、提升渲染性能

  • 3、集RelativeLayout和百分比布局优势于一身

2、ConstraintLayout入门案例

从RelativeLayout快速切换到ConstraintLayout

3、ConstraintLayout实现复杂布局

4、WRAP_CONTENT强制约束

5、圆形定位

6、坑爹的MATCH_PARENT

About

ConstraintLayout示例

License:MIT License


Languages

Language:Java 100.0%