Skip to content

Instantly share code, notes, and snippets.

@srohde
Created November 7, 2010 22:37
Show Gist options
  • Save srohde/666996 to your computer and use it in GitHub Desktop.
Save srohde/666996 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<!-- host component -->
<fx:Metadata>
[HostComponent("spark.components.MobileApplication")]
</fx:Metadata>
<s:states>
<s:State name="normal" />
<s:State name="disabled" />
</s:states>
<s:ViewNavigator id="navigator" top="0" left="0" right="0" bottom="0"
skinClass="skin.ViewNavigatorSkin" />
</s:Skin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment