美文网首页
ConstraintLayout学习之旅

ConstraintLayout学习之旅

作者: sugaryaruan | 来源:发表于2018-09-30 19:22 被阅读33次

    2016年谷歌I/O大会推出了了Constraintlayout,历经两年已趋于稳定,目前最新版本是1.1.3。

    是时候开始用起约束布局了。

    导入控件:

    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    

    主要刷了一些文章和资料,其中有的文章特别好,记录如下

    Realm里的文章

    ConstraintLayout的作者介绍ConstrainLayout

    官方API信息:

    ConstraintLayout API

    一篇完整的约束布局解析

    Android 约束布局(ConstraintLayout)详解

    约束布局新特性

    Constraint Layout1.1.x带来了哪些新东西?

    ConstraintLayout特性思维图

    阅读完上述资料,整理了一份ConstraintLayout特性:

    ConstraintLayout特性汇总

    国庆节快乐~

    相关文章

      网友评论

          本文标题:ConstraintLayout学习之旅

          本文链接:https://www.haomeiwen.com/subject/mwtgoftx.html