Android:layout_above Place the bottom of the control over the control with the given ID; Android:layout_below Place the bottom of the control under the control of the given ID; Android:layout_toleftof aligns the right edge of the control with the left edge of the control with the given ID; Android:layout_torightof aligns the left edge of the control with the right edge of the control with the given ID; Android:layout_alignbaseline aligns the baseline of the control with the baseline of the given ID; Android:layout_aligntop aligns the top edge of the control with the top edge of the given ID; Android:layout_alignbottom aligns the bottom edge of the control with the bottom edge of the given ID; Android:layout_alignleft aligns the left edge of the control with the left edge of the given ID; Android:layout_alignright aligns the right edge of the control with the right edge of the given ID; Relative to Parent component Android:layout_alignparenttop If true, aligns the top of the control with the top of its parent control; Android:layout_alignparentbottom If true, aligns the bottom of the control with the bottom of its parent control; Android:layout_alignparentleft If true, aligns the left part of the control with the left part of its parent control; Android:layout_alignparentright If true, aligns the right part of the control with the right part of its parent control; Center Android:layout_centerhorizontal If True, centers the control horizontally; Android:layout_centervertical If True, centers the control vertically; Android:layout_centerinparent If true, place the control in the center of the parent control; External interval The value of the offset on the android:layout_margintop; Android:layout_marginbottom the value of the offset; The value of the android:layout_marginleft left offset; Android:layout_marginright the value of the right offset; |