| Member Name | Description |
|---|
| Above | Rule that aligns a child's bottom edge with another child's top edge.
|
| AlignBaseline | Rule that aligns a child's baseline with another child's baseline.
|
| AlignBottom | Rule that aligns a child's bottom edge with another child's bottom edge.
|
| AlignEnd | Rule that aligns a child's end edge with another child's end edge.
|
| AlignLeft | Rule that aligns a child's left edge with another child's left edge.
|
| AlignParentBottom | Rule that aligns the child's bottom edge with its RelativeLayout
parent's bottom edge.
|
| AlignParentEnd | Rule that aligns the child's end edge with its RelativeLayout
parent's end edge.
|
| AlignParentLeft | Rule that aligns the child's left edge with its RelativeLayout
parent's left edge.
|
| AlignParentRight | Rule that aligns the child's right edge with its RelativeLayout
parent's right edge.
|
| AlignParentStart | Rule that aligns the child's start edge with its RelativeLayout
parent's start edge.
|
| AlignParentTop | Rule that aligns the child's top edge with its RelativeLayout
parent's top edge.
|
| AlignRight | Rule that aligns a child's right edge with another child's right edge.
|
| AlignStart | Rule that aligns a child's start edge with another child's start edge.
|
| AlignTop | Rule that aligns a child's top edge with another child's top edge.
|
| Below | Rule that aligns a child's top edge with another child's bottom edge.
|
| CenterHorizontal | Rule that centers the child horizontally with respect to the
bounds of its RelativeLayout parent.
|
| CenterInParent | Rule that centers the child with respect to the bounds of its
RelativeLayout parent.
|
| CenterVertical | Rule that centers the child vertically with respect to the
bounds of its RelativeLayout parent.
|
| EndOf | Rule that aligns a child's start edge with another child's end edge.
|
| LeftOf | Rule that aligns a child's right edge with another child's left edge.
|
| RightOf | Rule that aligns a child's left edge with another child's right edge.
|
| StartOf | Rule that aligns a child's end edge with another child's start edge.
|
| True | |