Skip to content

Instantly share code, notes, and snippets.

@Ondina
Created October 20, 2011 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ondina/1301060 to your computer and use it in GitHub Desktop.
Save Ondina/1301060 to your computer and use it in GitHub Desktop.
mobile 1
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:context="com.robotlegs.demos.robotlegsincremental.*">
<fx:Declarations>
<context:ApplicationContext contextView="{MainViewNavigator}"/>
</fx:Declarations>
<s:ViewNavigator id="MainViewNavigator"
label="Main"
width="100%"
height="100%" firstView="com.robotlegs.demos.robotlegsincremental.views.components.SomeView"/>
</s:Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment