dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
}
This release fixes a few issues present in 1.1.0:
- When animating layout by marking Views as GONE an extra measure was made, causing some visual artifact with TextViews
- Some regressions related to ratio support
- A few minor issues in chains (gone elements / margins)
Documentation is available on https://developer.android.com/reference/android/support/constraint/ConstraintLayout.html