Relativelayout property values in relative layouts

Source: Internet
Author: User

android:layout_above= "@id/xxx"-puts the control on top of the given ID control
android:layout_below= "@id/xxx"-places the control under the given ID control

android:layout_toleftof= "@id/xxx"-Aligns the right edge of the control with the left edge of the given ID control
android:layout_torightof= "@id/xxx"-aligns the left edge of the control with the right edge of the given ID control

android : layout_alignleft= "@id/xxx"  -aligns the left edge of the control with the left edge of the given ID control
android:layout_aligntop= "@id/xxx"  -- Aligns the top edge of the control with the top edge of the given ID control
android:layout_alignright= @id/xxx  -aligns the right edge of the control with the right edge of the given ID control
Android:layout_ alignbottom= "@id/xxx"  -aligns the bottom edge of the control with the bottom edge of the given ID control
android:layout_alignparentleft= "true"  -- Aligns the left edge of the control with the left edge of the parent control
Android:layout_alignparenttop= "true"  -aligns the top edge of the control with the top edge of the parent control
Android:layout_ Alignparentright= "true"  -aligns the right edge of the control with the right edge of the parent control
Android:layout_alignparentbottom= "true"-aligns the bottom edge of the control with the bottom edge of the parent control
Android:layout_centerinparent= "true"  --places the control in the center of the parent control
Android:layout_centerhorizontal= "true"  - -Place the control in the center of the horizontal direction
Android:layout_centervertical= "true"  --place the control in the center of the vertical direction

One of the important android:layout_alignparentleft= "true"-aligns the left edge of the control with the left edge of the parent control

Relativelayout property values in relative layouts

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.