Android-relativelayout layout attributes

Source: Internet
Author: User

Android relativelayout layout, that is, relative layout. relative to the control location, when the following attributes are not used to determine the relative positions between controls, the controls overlap.

Reference: Android: layout_above = "@ ID /****"
Android: layout_abve: controls the bottom of the control above the control with the given ID
Android: layout_bellow
Android: layout_toleftof align the right edge of the control with the left edge of the control with the given ID
Android: layout_torightof align the left edge of the control with the right edge of the control with the given ID

Android: layout_alignbasline the baseline of the control is aligned with the baseline of the control with the given ID
Android: layout_alignbottom: Align the bottom edge of the control with the bottom edge of the given ID Control
Android: layout_alignleft: Align the left edge of the control with the given ID
Android: layout_alignright: Align the right edge of the control with the right edge of the given ID Control
Android: layout_aligntop: Align the top edge of the control with the top edge of the given ID Control

Android: layout_alignparentbottom if the value is true, align the top edge of the control with the given ID
Android: layout_alignparentleft if the value is true, the left side of the control is aligned with the left side of the parent control.
Android: layout_alignparentright if the value is true, the right side of the control is aligned with the right side of the parent control.
Android: layout_alignparenttop if the value is true, the top of the control is aligned with the top of the parent control.

Android: layout_centerhorizontal if the value is true, the control is placed in the center of the horizontal direction.
Android: layout_centerinparent if the value is true, this control will be placed in the center of the horizontal and vertical directions of the parent Control
Android: layout_centervertical if this value is true, the control will be placed in the center of the vertical direction

Related Article

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.