美文网首页
Android UI 之 Layout

Android UI 之 Layout

作者: ColdWave | 来源:发表于2018-07-15 11:26 被阅读0次

    View

    ViewGroup

    五大传统布局

    LinearLayout

    Relative Layout

    AbsoluteLayout

    FrameLayout

    TableLayout

    ConstraintLayout

    看文章评论看到好多人对于 ConstraintLayout 的排斥,认为存在功能有限,使用不便等。。。

    ConstraintLayout 不是个新东西,是 iOS 布局的基本思想;而且是 Android 的默认布局方式。

    所以。。。

    官方文档

    博客

    ConstraintLayout 性能

    相关文章

      网友评论

          本文标题:Android UI 之 Layout

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