<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="TeamDHScreenSkin" width="720" height="854" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
	<mx:ScreenbgUI id="bg" top="0" left="0" />
	<e:Scroller horizontalCenter="0" top="128" bottom="36">
		<e:List id="hero_list">
			<e:layout>
				<e:TileLayout requestedColumnCount="4" verticalGap="36" horizontalGap="24" />
			</e:layout>
		</e:List>
	</e:Scroller>
	<mx:SSButton id="back_b" label="tyscreenback_png" left="0" top="0" />
</e:Skin>