Tuesday, June 5, 2018

ConstraintLayout 1.1.1

We just released ConstraintLayout 1.1.1. We recommend updating to this version. It’s available from the google maven repository:

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