23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e:Skin class="FriendGiveListSkin" width="640" height="960" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
|
<e:Image y="204" source="friend_alert_png" x="90"/>
|
|
<e:Scroller id="scroller" scrollPolicyH="off" scrollPolicyV="auto" y="299.99" width="383.34" height="328.61"
|
|
anchorOffsetY="0" anchorOffsetX="0" horizontalCenter="-6.5">
|
|
<e:List id="list" right="2.339999999999975" bottom="-0.38999999999998636" left="-2" top="0" anchorOffsetY="0" anchorOffsetX="0">
|
|
<e:layout>
|
|
<e:TileLayout/>
|
|
</e:layout>
|
|
</e:List>
|
|
</e:Scroller>
|
|
<e:Image y="164.02" source="friend_icon_png" horizontalCenter="0.5"/>
|
|
<e:Label id="labelName" text="XXX向你转赠" y="259" size="24" horizontalCenter="0" textColor="0x4c0d0d"/>
|
|
<e:Button id="enterBtn" label="确定" y="686.77" skinName="common.ExitButtonSkin" horizontalCenter="0"/>
|
|
<e:Button id="btnClose" label="" x="488.07" y="185">
|
|
<e:skinName>
|
|
<e:Skin states="up,down,disabled">
|
|
<e:Image width="100%" height="100%" source="common_json.btn_close_png"/>
|
|
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0"/>
|
|
</e:Skin>
|
|
</e:skinName>
|
|
</e:Button>
|
|
</e:Skin> |