<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="TestLocalXYSkin" width="300" height="200" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:ns1="*">
	<e:Rect height="100%" width="100%" x="0" y="0" fillColor="0xFFFFFF"/>

	<ns1:ScrollList id="list" height="266" width="286" left="32" top="184">
		<e:itemRendererSkinName>
			<e:Skin states="up,down,disabled" height="28">
				<e:Image source="front_flower_png" x="0" y="10"/>
				<e:Label id="labelDisplay" text="{'我是'+data.label+'(}" size="15" x="25" y="11" textColor="0x000000"/>
			</e:Skin>
		</e:itemRendererSkinName>
		<e:layout>
			<e:VerticalLayout verticalAlign="middle" gap="5"/>
		</e:layout>
	</ns1:ScrollList>
	
</e:Skin>