<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="XMGLTipSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
    <mx:ImageUI id="bg_rect" alpha="0" />
    <e:Group id="tip_g" x="150" y="300" width="400">
        <e:Image top="0" left="0" right="0" bottom="0"  rotation="-90" source="tipbg_png" scale9Grid="25,28,27,23"/>
        <e:Label id="name_t" size="24"  top="40" textAlign="center" left="50" right="50"  textColor="0xffffff" bottom="60"/>
        <e:Label id="desc_t" size="20" top="90" lineSpacing="5" textAlign="left" left="50" right="50" bottom="40" />
        </e:Group>
</e:Skin>