Sha256: 9e462857982890181426180ae72c4a9c3dc9bb769216bdc602838963ad849aeb
Contents?: true
Size: 1.57 KB
Versions: 3
Compression:
Stored size: 1.57 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <core:EmergentComponent xmlns:core="com.fourD.emergent.core.*" xmlns:mx="http://ns.adobe.com/mxml/2009" xmlns:layouts="com.fourD.layouts.*" xmlns:actions="com.fourD.actions.*" width="100%" height="100%" pivotX="center" pivotY="center"> <!-- States ___________________________________________________________________ --> <core:states> <mx:State name="show"/> </core:states> <!-- GUI ______________________________________________________________________ --> <mx:Group width="100%" height="100%"> <mx:layout> <layouts:CarouselLayout container="{this}"> <layouts:action> <actions:SimpleLayoutAction/> </layouts:action> </layouts:CarouselLayout> </mx:layout> <mx:Image source="@Embed('assets/images/alexgrey/Picture3.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture4.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture5.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture6.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture7.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture8.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture9.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture10.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture11.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture12.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture13.png')"/> <mx:Image source="@Embed('assets/images/alexgrey/Picture14.png')"/> </mx:Group> </core:EmergentComponent>
Version data entries
3 entries across 3 versions & 1 rubygems