Created
November 7, 2010 22:37
-
-
Save srohde/666996 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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