<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="TxtTipUISkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:mx="mx.*" width="720" height="1280">
    <mx:ImageUI id="bg_rect" alpha="0" />    
    <e:Group id="tip_g" width="530" minHeight="151">
        <e:Image source="tipbg_png" scale9Grid="16,16,48,48" left="2"  top="0" bottom="0" right="0"/>
            <e:Label id="desc_t" left="27" top="30" size="24" textColor="0xffd907" lineSpacing="6"
             bold="true"  right="20" bottom="20"/>
    </e:Group>
</e:Skin>