<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="ShaiXuanUISkin" width="186" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
	<e:Image id="title_p" left="10" top="0" />
	<e:List id="sel_list">
		<e:itemRendererSkinName>
			<e:Skin states="up,down,disabled" height="44">
				<e:Image source.up="selectwxz_png" source.down="selectxz_png" left="0" right="0" top="0" bottom="0"  source="selectxz_png" scale9Grid="5,5,83,31"/>
				<e:Label text="{data.txt}" size="22" textColor="0x7A62AB" textColor.down="0xFEFEFE" textAlign="center" left="5"
				         right="5" top="10" bottom="10" />
			</e:Skin>
		</e:itemRendererSkinName>
		<e:layout>
			<e:TileLayout requestedColumnCount="5" verticalGap="20" horizontalGap="15" horizontalAlign="justify" />
		</e:layout>
	</e:List>
</e:Skin>