File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11971197 <!-- A coordinate in the Y dimension. -->
11981198 <attr name =" y" format =" dimension" />
11991199
1200- <!-- Specifies how to place the content of an object, both
1201- on the x- and y-axis, within the object itself. -->
1200+ <!-- Specifies how an object should position its content, on both the X and Y axes,
1201+ within its own bounds. -->
12021202 <attr name =" gravity" >
12031203 <!-- Push object to the top of its container, not changing its size. -->
12041204 <flag name =" top" value =" 0x30" />
12571257 <!-- Reference to an array resource that will populate a list/adapter. -->
12581258 <attr name =" entries" format =" reference" />
12591259
1260- <!-- Standard gravity constant that a child can supply to its parent.
1261- Defines how to place the view, both its x- and y-axis , within its parent view group . -->
1260+ <!-- Standard gravity constant that a child supplies to its parent.
1261+ Defines how the child view should be positioned, on both the X and Y axes , within its enclosing layout . -->
12621262 <attr name =" layout_gravity" >
12631263 <!-- Push object to the top of its container, not changing its size. -->
12641264 <flag name =" top" value =" 0x30" />
You can’t perform that action at this time.
0 commit comments