hy-farm/farmer/resource/skins/panel/shop/ShopItemSkin.exml
2026-05-07 20:10:54 +08:00

18 lines
1.4 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="ShopItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" width="224" height="163">
<e:Image source="tipbg_png" scale9Grid="45,21,57,69" left="0" right="0" top="0" bottom="0"/>
<e:Image source="blue_rect_png" y="7" x="116" width="89" scale9Grid="22,10,13,1"/>
<e:Label size="16" text="单价" x="146" verticalCenter="-63.5"/>
<e:Label id="labelName" text="植物保护" y="121" size="24" x="13" textColor="0x753F24" anchorOffsetX="0" width="193" textAlign="center"/>
<e:Image id="imgPriceType" verticalCenter="-29.5" horizontalCenter="16.5" source="sicon_diamond_png" width="35" height="32"/>
<e:Label id="labelPrice" text="3200" x="150" size="22" stroke="2" strokeColor="0x685036" verticalCenter="-28.5" textColor="0xfffef7"/>
<e:Label id="lbl_isBuy" text="已购买" x="123" textColor="0x9b3c3c" fontFamily="SimHei" size="25" strokeColor="0xf7efef" stroke="1" verticalCenter="10"/>
<e:Button id="btnBuy" label="购买" skinName="common.ShopBuyButtonSkin" x="123" y="70" width="88" height="44"/>
<e:Group id="groupIcon" height="91" width="86" x="14" y="22">
<e:Image source="item_bg_png"/>
<e:Image id="imgIcon" horizontalCenter="0" verticalCenter="0"/>
<e:Image source="blue_rect_png" x="-1" y="-1"/>
<e:Label id="labelLv" text="Lv.99" y="1" size="16" x="6"/>
<e:Image id="imgLock" source="img_lock_png" x="53" y="49"/>
</e:Group>
</e:Skin>