Recent Changes‎ > ‎

ConstraintLayout - alpha 6 available

posted Aug 8, 2016, 11:08 AM by Nicolas Roard   [ updated Aug 8, 2016, 11:26 AM ]
We've just released ConstraintLayout alpha 6, available in the SDK Manager (under the "Support Repository" section)

This builds fixes various issues:
  • RTL support had positioning issues that should now be fixed
  • potential OOM when handling complex layouts
  • the orientation attribute in ConstraintLayout.LayoutParams is now public
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!
Comments