31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<e:Skin class="NoticeSkin" width="640" height="960" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
|
<e:Component id="panelCommon" skinName="common.PanelCommonSkin" left="0" right="0" top="0" bottom="0"/>
|
|
<e:Group height="960" width="640" horizontalCenter="0" verticalCenter="0" touchEnabled="false">
|
|
<e:Image source="inner_page_png" y="195.94" scale9Grid="31,31,8,9" width="487" height="555" anchorOffsetY="0" x="77"/>
|
|
<e:Scroller id="scroller" scrollPolicyH="off" scrollPolicyV="auto" y="205.3" width="482" height="535" x="80" anchorOffsetY="0">
|
|
<e:List id="list" right="0" bottom="0" left="0" top="-32" anchorOffsetY="0">
|
|
<e:layout>
|
|
<e:VerticalLayout gap="15" paddingLeft="10" paddingTop="15"/>
|
|
</e:layout>
|
|
</e:List>
|
|
</e:Scroller>
|
|
<e:Label id="labelPage" textColor="0x753F24" text="1/60" textAlign="center" width="112" size="24" verticalCenter="301" horizontalCenter="-3" anchorOffsetX="0"/>
|
|
<e:Button id="btnNext" verticalCenter="300.5" horizontalCenter="78" x="10" y="10">
|
|
<e:skinName>
|
|
<e:Skin states="up,down,disabled" xmlns:ns1="*">
|
|
<e:Image width="100%" height="100%" source="btn_page_next_png"/>
|
|
<e:Label id="labelDisplay1" horizontalCenter="0" verticalCenter="0"/>
|
|
</e:Skin>
|
|
</e:skinName>
|
|
</e:Button>
|
|
<e:Button id="btnPrev" verticalCenter="300.5" horizontalCenter="-87" x="10" y="10">
|
|
<e:skinName>
|
|
<e:Skin states="up,down,disabled" xmlns:ns1="*">
|
|
<e:Image width="100%" height="100%" source="btn_page_prev_png"/>
|
|
<e:Label id="labelDisplay0" horizontalCenter="0" verticalCenter="0"/>
|
|
</e:Skin>
|
|
</e:skinName>
|
|
</e:Button>
|
|
</e:Group>
|
|
</e:Skin> |