blob: 02e5b03a6142717d0d5753501aca91a64ca31609 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.ActionBarMainHome" xmlns:components="swfs.components.*">
<fx:Declarations>
<fx:XML xmlns="" id="arr">
<name>watanabe</name>
</fx:XML>
</fx:Declarations>
<fx:Declarations>
<fx:Array id="emptyArray">
</fx:Array>
<fx:Array id="oneEArray">
<s:Label id="oneArrLabel" text="My Label"/>
</fx:Array>
<fx:Array id="twoEArray">
<s:Label id="twoArrLabel" text="My Label"/>
<s:Button id="twoArrButton" label="My Button" />
</fx:Array>
<fx:Array id="manyEArray">
<s:Label id="mArrLabel" text="My Label"/>
<s:Button id="mArrButton" label="My Button" />
<s:CheckBox id="mArrCheckBx" />
<s:TextInput id="mArrTextIpt" />
</fx:Array>
<fx:Array id="graphArray">
</fx:Array>
<fx:Array id="mobileArray">
</fx:Array>
<fx:Array id="custCompArray">
</fx:Array>
<fx:Array id="imgArray">
<s:Image source="assets/TestImage3.png" />
</fx:Array>
</fx:Declarations>
<fx:Style source="../../../../../Assets/Fonts/MobileFontStyles.css" />
<fx:Script>
<![CDATA[
import mx.events.FlexEvent;
import spark.components.ActionBar;
protected function mobileapplication1_creationCompleteHandler(event:FlexEvent):void
{
var actionbar = navigator.actionBar;
}
]]>
</fx:Script>
<s:titleContent>
<s:Label id="maintitle" />
</s:titleContent>
<s:actionContent>
<s:Button label="action" id="action"/>
</s:actionContent>
<s:navigationContent>
<s:Button label="navi" id="navi"/>
</s:navigationContent>
</s:ViewNavigatorApplication>