<?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/mx"
xmlns:presentation="insync.presentation.*"
xmlns:cairngorm="com.adobe.cairngorm.*"
xmlns:spicefactory="http://www.spicefactory.org/parsley">
<fx:Style source="assets/contactsStyles.css"/>
<fx:Script>
<![CDATA[
import mx.logging.LogEventLevel;
]]>
</fx:Script>
<fx:Declarations>
<spicefactory:ContextBuilder>
<cairngorm:CairngormIntegrationSupport/>
<spicefactory:FlexConfig type="{ InsyncContext }"/>
</spicefactory:ContextBuilder>
<s:TraceTarget level="{ LogEventLevel.DEBUG }">
<s:filters>
<fx:Array>
<fx:String>com.adobe.cairngorm.*</fx:String>
<fx:String>org.spicefactory.*</fx:String>
</fx:Array>
</s:filters>
</s:TraceTarget>
</fx:Declarations>
<s:layout>
<s:VerticalLayout/>
</s:layout>
<presentation:Toolbar width="100%"/>
<mx:HDividedBox width="100%"
height="100%">
<presentation:ContactsNavigator width="100%"
height="100%"/>
<presentation:ContactList width="300"
height="100%"/>
</mx:HDividedBox>
</s:Application>