8 lines
617 B
XML
8 lines
617 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<e:Skin class="CostItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" width="89" height="93">
|
|
<e:Image id="imgIcon" source="sicon_diamond_png" verticalCenter="1" horizontalCenter="-23" scaleX="0.85" scaleY="0.85"/>
|
|
<e:Image source="top_cir_png" x="24" y="0"/>
|
|
<e:Label id="labelCost" text="26" y="6" size="20" width="43" textAlign="center" horizontalCenter="-3"/>
|
|
<e:Label id="labelTotal" text="999" y="72" size="20" horizontalCenter="-23" textAlign="center" textColor="0x753F24"/>
|
|
<e:Image id="imgAdd" source="add_png" x="57" y="36"/>
|
|
</e:Skin> |