<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="TeamSortViewSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:mx="mx.*">
	<e:Group width="150" height="260" y="0" x="0">
		<e:Image source="dropdownbg_png" left="0" right="0" top="0" bottom="0"  scale9Grid="10,12,17,10"/>
		<e:List id="type_list" anchorOffsetY="0" anchorOffsetX="0" horizontalCenter="0" top="10">
			<e:layout>
				<e:VerticalLayout gap="0" />
			</e:layout>
			<e:itemRendererSkinName>
				<e:Skin height="60" width="145" states="up,down,disabled">
					<e:Image source="tydropline_png" horizontalCenter="0" bottom="0" width="145"/>
					<e:Label verticalAlign="middle" textAlign="center" size="22" text="{data}" textColor="0x7c5fa1" verticalCenter="0"
					         horizontalCenter="0" />
				</e:Skin>
			</e:itemRendererSkinName>
		</e:List>
	</e:Group>
</e:Skin>