<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="CXGongScreenSkin" width="720" height="1280" 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:List id="tab_list" top="107" left="24">
		<e:layout>
			<e:HorizontalLayout verticalAlign="top" gap="10" />
		</e:layout>
		<e:itemRendererSkinName>
			<e:Skin states="up,down,disabled" width="158">
				<e:Image source.up="tytab1_png" source.down="tytab2_png" top="0" horizontalCenter="0" />
				<mx:CLabel horizontalCenter="0" top="15" size="28" bold="true" textColor.up="0x88649e" textColor.down="0xffffff"
				           text="{data.word}" />
				<e:Image source="tishi_png" top="-12" right="-3" visible="{data.ts}" scaleX="0.8" scaleY="0.8" />
			</e:Skin>
		</e:itemRendererSkinName>
	</e:List>
	<mx:SSButton id="back_b" label="tyscreenback_png" left="0" top="0" />
	<e:Scroller right="0" left="17" top="246" bottom="203" scrollPolicyH="off">
		<e:viewport>
			<e:List id="fz_list" y="0" horizontalCenter="0">
				<e:layout>
					<e:TileLayout requestedRowCount="2" requestedColumnCount="4" columnWidth="154" verticalGap="10" horizontalGap="24"
					              rowHeight="408" paddingTop="12" paddingRight="17" />
				</e:layout>
			</e:List>
		</e:viewport>
	</e:Scroller>
	<e:Group left="0" right="0" bottom="98" height="75">
		<e:Label id="page_t" textColor="0x7A5CB8" size="27" horizontalCenter="0" verticalCenter="0" />
		<mx:SSButton id="sye_b" horizontalCenter="-211" verticalCenter="0" label="sye_btn_png" width="135" height="61" />
		<mx:SSButton id="wye_b" verticalCenter="0" label="wye_btn_png" horizontalCenter="211" width="135" height="61" />
		<mx:SSButton id="prev_b" horizontalCenter="-76" verticalCenter="0" label="prev_btn_png" width="120" height="58" />
		<mx:SSButton id="next_b" horizontalCenter="76" verticalCenter="0" label="prev_btn_png" scaleX="-1" width="120"
		             height="58" />
	</e:Group>
	<mx:SSButton id="sxuan_b" label="tyscreenqdbtn_png" bottom="28" horizontalCenter="-160" />
	<mx:GouButtonUI id="sx_ui" bottom="28" horizontalCenter="160" />
</e:Skin>