ConstraintLayout 2.0.0 beta 3
2019年10月23日星期三
We are happy to announce the release of ConstraintLayout 2.0 beta 3.
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta3'
}
Documentation is available on https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout
Examples are available on https://github.com/googlesamples/android-ConstraintLayoutExamples
It’s available from the google maven repository:
dependencies {implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta3'
}
Examples are available on https://github.com/googlesamples/android-ConstraintLayoutExamples
MotionLayout
This release is adding support for the MotionEditor in Android Studio.
Bugfixes
Several issues where also fixed in beta 3: