init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ActivityAdvertViewSkin" width="707" height="538" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image id="bgImg" top="0" horizontalCenter="0" source=""/>
|
||||
<e:Image source="festival_xiala" horizontalCenter="0" y="128" />
|
||||
<e:Image id="advertImg" source="" horizontalCenter="0" top="133"/>
|
||||
<e:Label id="timeLab" text="剩余时间:" x="161" y="18" size="22" textColor="0xffe500" stroke="2"/>
|
||||
<e:Label id="actTime" text="" x="267" y="18" size="22" stroke="2" textColor="0x28ee01"/>
|
||||
<e:Label id="descLab" text="活动内容:" x="159.5" y="48" size="22" textColor="0xFFE500" stroke="2"/>
|
||||
<e:Label id="actDesc" text="" x="267" y="48" size="22" stroke="2" textColor="0xe7c590" width="385"/>
|
||||
<e:Label id="curValue" text="" x="159.5" y="94" size="22" textColor="0xffe500" stroke="2"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ActivityExchangeItemViewSkin" width="700" height="115" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image source="apay_liebiao_bg_png" width="700"/>
|
||||
<e:Button id="exchangeBtn" label="兑 换" width="113" height="46" x="544.5" y="22">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95" source="btn_apay" source.down="btn_apay" source.disabled="btn_apay2"/>
|
||||
<e:Label id="labelDisplay" size="20" horizontalCenter="0" verticalCenter="0" textColor="0xf0c896" textColor.disabled="0xb9b9b9"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Label id="descLab" text="7转开放" size="22" stroke="2" verticalCenter="-1.5" horizontalCenter="41.5" textColor="0x28ee01"/>
|
||||
<app:RedDotControl id="redPoint" x="644" y="19" visible="false"/>
|
||||
<e:Image id="receiveImg" x="557" y="20" source="apay_yilingqu" visible="false"/>
|
||||
<e:Label id="countLab" text="剩余次数:10" x="545" y="79" size="20" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Group height="81" verticalCenter="3" horizontalCenter="-272">
|
||||
<app:ItemBase id="itemData0" top="0" horizontalCenter="0" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="itemLab0" text="" size="16" horizontalCenter="0" bottom="0" stroke="2" textColor="0xe5ddcf"/>
|
||||
</e:Group>
|
||||
<e:Image x="132" y="38" source="com_jiantoux3"/>
|
||||
<e:Group height="81" horizontalCenter="-134" verticalCenter="3">
|
||||
<app:ItemBase id="targetItem" top="0" horizontalCenter="0" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="targetLab" text="" size="16" horizontalCenter="0" bottom="0" stroke="2" textColor="0xe5ddcf"/>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ActivityExchangeViewSkin" width="707" height="538" xmlns:e="http://ns.egret.com/eui"
|
||||
xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image id="bgImg" top="0" horizontalCenter="0" source="" />
|
||||
<e:Image source="festival_xiala" horizontalCenter="0" y="128" />
|
||||
<e:Label id="timeLab" text="剩余时间:" x="161" y="18" size="22" textColor="0xffe500" stroke="2" />
|
||||
<e:Label id="actTime" text="" x="267" y="18" size="22" stroke="2" textColor="0x28ee01" />
|
||||
<e:Label id="descLab" text="活动内容:" x="159.5" y="48" size="22" textColor="0xFFE500" stroke="2" />
|
||||
<e:Label id="actDesc" text="" x="267" y="48" size="22" stroke="2" textColor="0xe7c590" width="385" />
|
||||
<e:Label id="curValue" text="" x="159.5" y="94" size="22" textColor="0xffe500" stroke="2" />
|
||||
<e:Scroller id="sportsScroller" horizontalCenter="1" verticalCenter="65" height="400">
|
||||
<e:List id="sportsList" itemRendererSkinName="ActivityExchangeItemViewSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="0" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ActivityPayButtonSkin" currentState="up" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
|
||||
states="down,up" width="147" height="59">
|
||||
<e:Image source="tab_01_2" horizontalCenter="0" verticalCenter="0"/>
|
||||
<e:Image source="tab_01_1" visible.up="false" horizontalCenter="0" verticalCenter="0"/>
|
||||
<e:Label id="labelDisplay" text="" size="22" horizontalCenter="0" verticalCenter="0" textColor="0xEBC592" bold="false" textAlign="center" verticalAlign="middle" stroke="2" size.down="22" textColor.down="0xe5ddcf" textColor.up="0xf0c896"/>
|
||||
<app:RedDotControl id="redDot" width="20" height="20" top="5" right="2" visible="false"/>
|
||||
</e:Skin>
|
||||
24
resource/eui_skins/web/activitypay/ActivityPaySkin.exml
Normal file
24
resource/eui_skins/web/activitypay/ActivityPaySkin.exml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ActivityPaySkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" width="1027" height="690">
|
||||
<e:Image id="dragDropUI" source="apay_bg2_png"/>
|
||||
<e:Image x="80" y="115" width="154" height="538" source="com_bg_kuang_6_png" scale9Grid="17,18,2,4"/>
|
||||
<e:Image x="239" y="115" width="707" height="538" source="com_bg_kuang_6_png" scale9Grid="18,15,4,3"/>
|
||||
<e:Image id="titleImg" touchEnabled="false" source="apay_biaoti_jchd" horizontalCenter="5" top="55"/>
|
||||
<e:Button id="closeBtn" label="" width="61" height="57" x="931" y="56">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="apay_x2" source.down="apay_x2" source.disabled="apay_x2" scaleX.down="0.98" scaleY.down="0.98"/>
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Group id="infoGrp" width="707" height="538" x="239" y="115" touchEnabled="false">
|
||||
</e:Group>
|
||||
<e:Scroller id="btnScroller" height="536" x="83" y="118" width="147">
|
||||
<e:TabBar id="tabBar" height="200" x="-10" y="10" itemRendererSkinName="ActivityPayButtonSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout horizontalAlign="center" gap="-3"/>
|
||||
</e:layout>
|
||||
</e:TabBar>
|
||||
</e:Scroller>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ActivityPreferentialSkin" width="707" height="538" xmlns:e="http://ns.egret.com/eui"
|
||||
xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image id="bgImg" source="" horizontalCenter="0" top="0" />
|
||||
<e:Image y="128" source="festival_xiala" horizontalCenter="0" />
|
||||
<e:Image x="248" y="95" source="apay_time_bg" />
|
||||
<e:Scroller id="itemScroller" width="700" height="400" y="135" horizontalCenter="0">
|
||||
<e:List id="list" itemRendererSkinName="PayItemRenderSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="1" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Label id="timeLabel" text="活动剩余时间:17:30" y="101" size="20" textColor="0x28ee01" scaleX="1" scaleY="1" stroke="2"
|
||||
right="9" />
|
||||
<e:Label id="descLabel" text="" y="17" size="20" x="243" stroke="2" height="74" width="422" lineSpacing="5" scaleX="1"
|
||||
scaleY="1" anchorOffsetX="0" textColor="0xeee104" />
|
||||
</e:Skin>
|
||||
38
resource/eui_skins/web/activitypay/PayItemRenderSkin.exml
Normal file
38
resource/eui_skins/web/activitypay/PayItemRenderSkin.exml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="PayItemRenderSkin" width="700" height="115" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image source="apay_liebiao_bg_png" width="700" scale9Grid="82,60,493,41"/>
|
||||
<e:Group y="12" x="74">
|
||||
<e:Label id="desLabel" text="" x="0" y="0" size="24" textColor="0xff7700" stroke="2" scaleX="1" scaleY="1"/>
|
||||
<e:Label id="limitLab" text="" x="160" y="4" size="18" textColor="0x28ee01" scaleX="1" scaleY="1" stroke="2"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout verticalAlign="bottom" gap="11"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Group id="info10002" width="151" height="115" x="535" y="0">
|
||||
<e:Image id="moneyImage" x="33" y="13" source="icon_yuanbao"/>
|
||||
<e:Label id="moneyLabel" text="" x="72" y="23" size="20" textColor="0xf0c896" stroke="2"/>
|
||||
</e:Group>
|
||||
<e:Group id="info10001" width="151" height="115" x="535" y="0" visible="false">
|
||||
<e:Label id="needsLabel" text="" y="23" size="20" textColor="0xF0C896" horizontalCenter="-1" stroke="2"/>
|
||||
</e:Group>
|
||||
<e:Button id="buyButton" label="" width="113" height="46" x="557" y="51">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95" source="btn_apay" source.down="btn_apay"/>
|
||||
<e:Label id="labelDisplay" size="20" horizontalCenter="0" verticalCenter="0" textColor="0xf0c896"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:List id="list" width="418" x="70" y="42" anchorOffsetY="0" anchorOffsetX="0" itemRendererSkinName="ItemBaseSkin">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="10"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Image id="endImage" source="apay_yishouwan" x="560" y="26" visible="false"/>
|
||||
<e:Group id="discountGroup" touchChildren="false" touchEnabled="false" x="0">
|
||||
<e:Image source="shop_jiaobiao"/>
|
||||
<e:Image id="discountImage" source="shop_zhekou_9"/>
|
||||
<e:Image source="shop_zhekou_bg"/>
|
||||
</e:Group>
|
||||
<app:RedDotControl id="redImage" x="657" y="48" visible="false"/>
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user