Forked from: ashitaka's Flex4テンプレ diff:22 Flex4のレイアウト練習 ashitaka forked:1favorite:0lines:23license : MIT License modified : 2010-02-11 21:17:32 Embed Tweet <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"> <!-- verticalCenter,HorizontalCenterで中央に表示 --> <s:Panel title="Panel" verticalCenter="0" horizontalCenter="0"> <!-- レイアウトはlayoutタグで設定 --> <s:layout> <s:VerticalLayout gap="10" horizontalAlign="center" paddingTop="10" paddingLeft="10" paddingRight="10"/> </s:layout> <s:Label text="Label"/> <s:TextInput text="Text Input"/> <s:Button label="Button"/> </s:Panel> </s:Application> Code Fullscreen Preview Fullscreen Flex4 layout spark text sort new page view favorite forked pv0 forked from: Flex4のレイアウト練習 nayu forked:0 favorite:0lines:24 (diff:1)