<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="ImageTipSkin" 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="123" y="75">
        <e:Image  verticalCenter="0" horizontalCenter="0" />
    </e:Group>
</e:Skin>