10 lines
917 B
XML
10 lines
917 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e:Skin class="PayItemRenderSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
|
<e:Image source="pay_item_bg_png" scaleX="0.8" scaleY="0.8"/>
|
|
<e:Image id="payIcon" source="pay_d4_png" x="28" y="34" width="85" height="75"/>
|
|
<e:Image x="0" y="125.8" source="pay_bar_png" anchorOffsetX="0" width="134"/>
|
|
<e:Image id="iconImage" source="common_json.sicon_diamond_png" x="10.5" y="127.3"/>
|
|
<e:BitmapLabel id="labelValue" y="132.3" font="zhuan_font_fnt" text="100000" letterSpacing="-8" rotation="0" x="46" anchorOffsetX="0" width="97.44" scaleX="0.9" scaleY="0.9"/>
|
|
<e:Label id="rmbLabel" text="¥100" x="3" y="228" anchorOffsetY="0" height="27" textColor="0xff9b73" stroke="2" strokeColor="0xffffff" anchorOffsetX="0" width="132" textAlign="center"/>
|
|
<e:Button id="buyBtn" label="购买" y="179" skinName="common.ShopBuyButtonSkin" x="26"/>
|
|
</e:Skin> |