<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="AuraTipSkin" width="720" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*" xmlns:w="http://ns.egret.com/wing" height="1280">
	<mx:ImageUI id="bg_rect" alpha="0" />
	<e:Group id="tip_g" width="348" x="100" y="269" scaleX="1.5" scaleY="1.5">
		<e:Image source="tipbg_png" top="0" left="0" right="0" bottom="0" scale9Grid="16,16,48,48"  />
		<e:List id="aura_list" left="15" top="10" right="15" bottom="10">
			<e:layout>
				<e:VerticalLayout gap="10"/>
			</e:layout>、
			<e:itemRendererSkinName>
				<e:Skin>
				<e:Group top="0" left="0" bottom="0" width="308">
					<e:Label textFlow="{data.flow1}" top="0" left="0"  size="16"  bold="true"/>
					<e:Label textFlow="{data.flow2}" top="0" left="0"  size="16"  bold="true" width="{data.width}" lineSpacing="6"/>
					<e:layout>
						<e:HorizontalLayout horizontalAlign="center" verticalAlign="top"/>
					</e:layout>
				</e:Group>
				</e:Skin>
			</e:itemRendererSkinName>
		</e:List>
	</e:Group>
</e:Skin>