blob: aaaf19202f2a58c96373d2025be214ed0dd929e7 [file]
<s:Panel xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark" title="test panel" >
<s:controlBarContent>
<s:Button label="A" width="35" />
</s:controlBarContent>
<s:Rect width="100" height="100">
<s:fill><s:SolidColor color="0xe3e3ff" /></s:fill>
</s:Rect>
</s:Panel>