If given, a number of miliseconds to use to animate the views in to
place.
spacing
<attribute name="spacing" value="1" />
public var spacing;
A pixel amount to use between the views controlled by the layout in
both axes. By default, both xspacing and yspacing are set to this
value.
xinset
<attribute name="xinset" value="0" />
public var xinset;
A pixel amount to offset the first view controlled by the layout in x
axis
xspacing
<attribute name="xspacing" value="null" />
public var xspacing;
A pixel amount to use between the views controlled by the layout in
the x axis.
yinset
<attribute name="yinset" value="0" />
public var yinset;
A pixel amount to offset the first view controlled by the layout in y
axis
yspacing
<attribute name="yspacing" value="null" />
public var yspacing;
A pixel amount to use between the views controlled by the layout in
the y axis.
Methods (1)
update()
<method name="update" />
public function update();
This method is usually called automatically when any of the views
controlled by the layout change their size , or when the size of
layout's immediateparent changes. However it can be called directly
to force the layout to update