<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="XMDISTipSkin" 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="600">
         <e:Image source="ydshdban_png" touchEnabled="false" left="0" top="0" />
            <e:Label id="msg_t" size="22" width="242" lineSpacing="10" touchEnabled="false" left="198" top="77"
                     textColor="0xffffff" multiline="true" bottom="50" />
    </e:Group>
</e:Skin>