[Android] ConstraintLayout

为了要使用ConstraintLayout,我们需要在app/build.gradle文件中添加ConstraintLayout的依赖,如下所示。

dependencies {
    compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
}

 

posted @ 2018-04-12 23:53  NOIP/NOI辅导  Views(121)  Comments(0Edit  收藏  举报