blob: 13e790428543478c196e3788da0b329030d02205 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" width="100%" height="100%" xmlns:ns="http://flex.apache.org/experimental/ns">
<s:Rect width="100%" height="100%">
<s:fill>
<s:SolidColor color="{Math.random() * 0xffffff}"/>
</s:fill>
</s:Rect>
<s:HGroup verticalCenter="0" horizontalCenter="0" verticalAlign="middle">
<s:Image source="@Embed('assets/images/logo_01_fullcolor.png')" scaleX=".5" scaleY=".5"/>
</s:HGroup>
</s:Group>