Attribute |
Description |
layout_gravity |
Declare child Views position |
layout_weight |
Declare the extra space in the layout which to be allocated to the View |
layout_marginRight |
Declare extra space on the right side of the View |
layout_marginLeft |
Declare extra space on the left side of the View |
layout_marginBottom |
Declare extra space on the bottom side of the View |
layout_x |
Declare the x-coordinate of the View |
layout_y |
Declare the y-coordinate of the View |
layout_marginTop |
Declare extra space on the top side of the View |
layout_width |
Declare the width of the View |
layout_height |
Declare the height of the View |