<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/halo"
               minWidth="400" width="400"
               minHeight="500" height="500"
               xmlns:imagegallery="org.robotlegs.examples.imagegallery.*"
               xmlns:components="org.robotlegs.examples.imagegallery.view.components.*"
               xmlns:local="*" viewSourceURL="srcview/index.html">
    
    <fx:Declarations>
        <!--imagegallery:ImageGalleryContext contextView="{this}"/-->
        <local:ImageGallerySwiz dispatcher="{ this }" />
    </fx:Declarations>
    
    <s:layout><s:VerticalLayout gap="0"/></s:layout>
    
    <components:GalleryHeader/>
    <components:GalleryView/>
    <components:GalleryThumbnailsView/>
</s:Application>