We've just released ConstraintLayout alpha 6, available in the SDK Manager (under the "Support Repository" section) This builds fixes various issues:
We also renamed and changed the API for the guideline relative percent attribute to use a float instead of an integer from 0 to 100: For example, instead of: app:layout_constraintGuide_Percent="42" You can now do: app:layout_constraintGuide_percent="0.421875" Thanks everyone for the bug reports / feature requests! |
Recent Changes >