ConstraintLayout
Properties
Notified whenever an unhandled ConstraintException is thrown during layout.
Functions
Add constraints for view.
Add constraints for 2 Views.
Add constraints for 3 Views.
Add constraints for several Views.
Add constraints for 4 Views.
Add constraints for 5 Views.
Remove all constraints for view that were created by constraints.
Remove all constraints for the given Views that were created by constraints.
Inherited functions
Gets the child within the Positionable at the given point. The default is to ignore these calls and let the caller perform their own search for the right child. But Layouts are free to return a value here if it can be done more efficiently.
Indicates whether a layout is needed because of the given size change to a container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given bounds change to a child within a container. This is called whenever the child's size
changes.