ConstraintLayout 2.0.0 beta 7
viernes, 12 de junio de 2020
We are happy to announce the release of ConstraintLayout 2.0 beta 7.
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta7'
}
Documentation is available on https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout and https://developer.android.com/reference/androidx/constraintlayout/motion/widget/MotionLayout
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-beta7'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta7'
}
Examples are available on https://github.com/android/views-widgets-samples/tree/master/ConstraintLayoutExamples
Bugfixes
Here is the list of issues fixed in beta 7. Notable fixes are:
- Nested scroll view issues in MotionLayout
- Transition listener issues with MotionLayout
- Memory leak in MotionLayout
- RecyclerView performances
- Group visibility
- Padding issues