blob: 8bb1843f357f10d63e6d8a6350952141a0500311 [file] [log] [blame]
<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" height="100" width="200">
<s:Ellipse id="vEll" >
<s:fill>
<mx:SolidColor color="0x00CC00"/>
</s:fill>
</s:Ellipse>
<mx:Button id="vBtn" />
</s:Group>