2026-05-07 20:10:54 +08:00

27 lines
1.2 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="ShopSkin" width="640" height="960" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
xmlns:ns1="*">
<e:Component id="panelCommon" skinName="common.PanelCommonSkin" left="0" right="0" top="0" bottom="0" />
<e:Group touchThrough="true" left="0" right="0" top="0" bottom="0">
<e:Image source="inner_page_png" x="67" y="248" scale9Grid="31,31,8,9" width="510" height="538" />
<e:Group id="groupTab" x="89" width="443" y="201" height="46" />
<e:Scroller id="scrolls" width="500" height="531" x="71" y="251" scrollPolicyH="off">
<e:List id="list" left="0" right="7" top="0" bottom="0" itemRendererSkinName="ShopItemSkin" width="500" height="531">
<e:layout>
<e:TileLayout paddingTop="8" paddingBottom="8" horizontalGap="20" verticalGap="12" paddingLeft="16" />
</e:layout>
<e:ArrayCollection>
<e:Array>
<e:Object label="数据1" />
<e:Object label="数据2" />
<e:Object label="数据3" />
<e:Object label="null" />
<e:Object label="null" />
<e:Object label="null" />
<e:Object label="null" />
</e:Array>
</e:ArrayCollection>
</e:List>
</e:Scroller>
</e:Group>
</e:Skin>