Skip to content

Instantly share code, notes, and snippets.

@amay077
Created December 27, 2011 15:51
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 amay077/1524095 to your computer and use it in GitHub Desktop.
Save amay077/1524095 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.TabbedViewNavigatorSampleHomeView" applicationDPI="160">
<fx:Declarations>
<!-- 非ビジュアルエレメント (サービス、値オブジェクトなど) をここに配置 -->
</fx:Declarations>
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
s|TabbedViewNavigator
{
skinClass: ClassReference("skins.TabbedViewNavigatorSkin");
}
</fx:Style>
</s:ViewNavigatorApplication>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment