Package relativelayout

Class Summary
Binding A Binding represents a dependency of some component's position on the position either of another component or of the surrounding container.
RelativeConstraints A constraint object that associates Bindings with a particular component to be bound.
RelativeLayout The main RelativeLayout class.
RelativePosition Represents the position of an edge at some offset from another edge.
 

Enum Summary
Direction Represents a spatial direction: "to the left of", "above", "to the right of", or "below".
Edge Represents the edge of a component: left, top, right, or bottom, or horizontal or vertical center.
 

Exception Summary
InconsistentConstraintException Indicates that two or more Bindings in a single RelativeConstraints are inconsistent with one another; that is, they specify two things about the location or size of a component that cannot both be true.
InvalidBindingException Indicates that a Binding is invalid; that is, it is not physically possible.