<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="TextTipSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
	<mx:ImageUI id="bg_rect" alpha="0" />
	<e:Group id="tip_g" x="100" y="200">
		<e:Image source="tipbg_png" top="0" bottom="0" left="0" right="0" scale9Grid="19,18,43,46" />
		<e:Label id="desc_t" size="18" textColor="0xFFD907" lineSpacing="8" bold="true" left="20" right="20" top="20"
		         bottom="20" />
	</e:Group>
</e:Skin>