ConstraintLayout 2.0.0 beta 5
jueves, 7 de mayo de 2020
We are happy to announce the release of ConstraintLayout 2.0 beta 5.
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta5'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta5'
}
Documentation is available on https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout
Examples are available on https://github.com/android/views-widgets-samples/tree/master/ConstraintLayoutExamples
It’s available from the google maven repository:
dependencies {implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta5'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta5'
}
Examples are available on https://github.com/android/views-widgets-samples/tree/master/ConstraintLayoutExamples
Bugfixes
We fixed several issues in beta 5 -- upgrade from previous versions is encouraged, specifically when using MotionLayout.