tabbar!

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
  3.         layout="vertical"
  4.         verticalAlign="middle"
  5.         backgroundColor="white">
  6.     <mx:Script>
  7.         <![CDATA[
  8.             [Bindable]
  9.             [Embed(source="assets/bulletCheck.png")]
  10.             private var BulletCheck:Class;
  11.             [Bindable]
  12.             [Embed(source="assets/bulletWarning.png")]
  13.             private var BulletWarning:Class;
  14.             [Bindable]
  15.             [Embed(source="assets/bulletCritical.png")]
  16.             private var BulletCritical:Class;
  17.         ]]>
  18.     </mx:Script>
  19.     <mx:VBox id="box" width="400" verticalGap="0">
  20.         <mx:TabBar id="tabBar"
  21.                 direction="horizontal"
  22.                 dataProvider="{viewStack}"
  23.                 width="100%" />
  24.         <mx:ViewStack id="viewStack"
  25.                 width="100%"
  26.                 height="100"
  27.                 backgroundColor="white"
  28.                 borderSides="left bottom right"
  29.                 borderStyle="solid"
  30.                 borderThickness="1">
  31.             <mx:Canvas id="child1"
  32.                     label="Success"
  33.                     icon="{BulletCheck}">
  34.                 <mx:Label text="one" />
  35.             </mx:Canvas>
  36.             <mx:Canvas id="child2"
  37.                     label="Warning"
  38.                     icon="{BulletWarning}">
  39.                 <mx:Label text="two" />
  40.             </mx:Canvas>
  41.             <mx:Canvas id="child3"
  42.                     label="Error"
  43.                     icon="{BulletCritical}">
  44.                 <mx:Label text="three" />
  45.             </mx:Canvas>
  46.         </mx:ViewStack>
  47.     </mx:VBox>
  48. </mx:Application>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值