25 lines
1.6 KiB
XML
25 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e:Skin class="FightResultWinSkin28" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
|
<e:Rect fillAlpha="0.2" width="100%" height="100%" />
|
|
<e:Group width="415" height="628" horizontalCenter="0" verticalCenter="-114">
|
|
<e:Image id="bgIcon" source="result_win" verticalCenter="0" horizontalCenter="0" />
|
|
<e:Image id="titleIcon" source="result_win1" left="147" verticalCenter="-152.5" />
|
|
<e:Group id="failGrp" horizontalCenter="1" verticalCenter="-29.5" x="77" y="186">
|
|
<e:Label text="您未获得任何奖励" size="20" x="9" stroke="2" textColor="0xeee104" width="250" />
|
|
</e:Group>
|
|
<e:Group id="listGrp" width="263" x="78" y="205" height="270">
|
|
<e:Label text="您将获得以下奖励,奖励在回到原服后通过邮件发放" size="20" x="9" stroke="2" textColor="0xeee104" width="250" />
|
|
<e:Scroller width="254" x="5" y="50" height="220">
|
|
<e:List id="itemList" x="5" y="36" itemRendererSkinName="FightResultItemSkin1">
|
|
<e:layout>
|
|
<e:VerticalLayout/>
|
|
</e:layout>
|
|
</e:List>
|
|
</e:Scroller>
|
|
</e:Group>
|
|
<e:Label id="autoSuit" text="3秒后自动退出" size="21" horizontalCenter="0.5" bottom="60" x="126" y="485"
|
|
textColor="0x28ee01" stroke="2" />
|
|
<e:Button id="suitBtn" label="领取奖励" icon="result_btn" horizontalCenter="2.5" bottom="90" x="77" y="420"
|
|
skinName="Btn9Skin" />
|
|
</e:Group>
|
|
</e:Skin> |