We've just released ConstraintLayout alpha 5, available in the SDK Manager (under the "Support Repository" section) This builds primarily fixes various issues, and we highly encourage you to switch from alpha 4!
We also introduce a new notation for referencing a constraint to the parent -- instead of having to specify an id, you can now simply use "parent" instead. For example, instead of: app:layout_constraintTop_toTopOf="@+id/constraintLayout" You can now do: app:layout_constraintTop_toTopOf="parent" This allows greater flexibility when using fragments / merge. Thanks everyone for the bug reports / feature requests! |
Recent Changes >