| <s:Group | |
| xmlns:fx="http://ns.adobe.com/mxml/2009" | |
| xmlns:mx="library://ns.adobe.com/flex/mx" | |
| xmlns:s="library://ns.adobe.com/flex/spark"> | |
| <fx:Declarations> | |
| <fx:Array id="contentArray1"> | |
| <s:Button label="1" width="30" /> | |
| <s:Button label="2" width="30" /> | |
| <s:Button label="3" width="30" /> | |
| <s:Button label="4" width="30" /> | |
| </fx:Array> | |
| <fx:Array id="contentArray2"> | |
| <s:Button label="single" /> | |
| </fx:Array> | |
| <fx:Array id="contentArray3"> | |
| <s:Button label="double1" /> | |
| <s:Button label="double2" /> | |
| </fx:Array> | |
| <fx:Array id="contentArray4"> | |
| <mx:Button /> | |
| <mx:Button emphasized="true" /> | |
| <mx:Button /> | |
| </fx:Array> | |
| <fx:Array id="contentArray5"> | |
| <s:Rect width="20" height="20"><s:fill><s:SolidColor color="0xFF0000" /></s:fill></s:Rect> | |
| <s:Rect width="20" height="20"><s:fill><s:SolidColor color="0x00FF00" /></s:fill></s:Rect> | |
| <s:Rect width="20" height="20"><s:fill><s:SolidColor color="0x0000FF" /></s:fill></s:Rect> | |
| </fx:Array> | |
| <s:BasicLayout id="bLayout" /> | |
| <s:VerticalLayout id="vLayout" /> | |
| <s:HorizontalLayout id="hLayout" /> | |
| <s:TileLayout id="tLayout" /> | |
| </fx:Declarations> | |
| <s:layout> | |
| <s:HorizontalLayout /> | |
| </s:layout> | |
| <s:Group id="screen1"> | |
| <s:Panel id="panel1" title="ControlBar 1" | |
| top="5" left="5" bottom="5" right="5"> | |
| </s:Panel> | |
| </s:Group> | |
| <s:Group id="screen2"> | |
| <s:Panel id="panel2" title="ControlBar 2" | |
| top="5" left="5" bottom="5" right="5"> | |
| <s:controlBarContent> | |
| <s:Button label="A" width="35" /> | |
| <s:Button label="B" width="35" /> | |
| <s:Button label="C" width="35" /> | |
| </s:controlBarContent> | |
| <s:Rect width="100" height="100"> | |
| <s:fill><s:SolidColor color="0xe3e3ff" /></s:fill> | |
| </s:Rect> | |
| </s:Panel> | |
| </s:Group> | |
| <s:Group id="screen3"> | |
| <s:Panel id="panel3" title="ControlBar 3" | |
| top="5" left="5" bottom="5" right="5" | |
| controlBarVisible="false"> | |
| <s:controlBarContent> | |
| <s:Button label="A" width="35" /> | |
| <s:Button label="B" width="35" /> | |
| <s:Button label="C" width="35" /> | |
| </s:controlBarContent> | |
| <s:Rect width="100" height="100"> | |
| <s:fill><s:SolidColor color="0xe3e3ff" /></s:fill> | |
| </s:Rect> | |
| </s:Panel> | |
| </s:Group> | |
| <s:VGroup id="screen4"> | |
| <s:Rect width="10" height="10"> | |
| <s:fill><s:SolidColor color="0x000000" /></s:fill> | |
| </s:Rect> | |
| <s:Panel id="panel4" title="ControlBar 4"> | |
| <s:controlBarContent> | |
| <s:Button label="A" width="35" /> | |
| <s:Button label="B" width="35" /> | |
| <s:Button label="C" width="35" /> | |
| </s:controlBarContent> | |
| <s:Rect width="100" height="100"> | |
| <s:fill><s:SolidColor color="0xe3e3ff" /></s:fill> | |
| </s:Rect> | |
| </s:Panel> | |
| <s:Rect width="10" height="10"> | |
| <s:fill><s:SolidColor color="0x000000" /></s:fill> | |
| </s:Rect> | |
| </s:VGroup> | |
| </s:Group> |