constantboundslayout

内包するコンテナのマージンを指定します。

<canvas height="85">
	<view bgcolor="red" >
		<view width="80" height="80" bgcolor="teal"  xoffset="5"  />
		<view width="60" height="60" bgcolor="silver"/>
		<view width="40" height="40" bgcolor="green"/>
		<constantboundslayout axis='x' value="10"/>
	</view >
</canvas>