<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="HkGiftAlertSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
         xmlns:mx="mx.*">
    <mx:ImageUI id="bg_rect" />
    <e:Group id="g_g" left="0" right="0" top="0" bottom="0">
        <e:Label id="tishi_t" horizontalCenter="0" verticalCenter="160" size="30" alpha="0.2" bold="true" />
        <e:Group id="item_g" horizontalCenter="0" verticalCenter="0">
            <e:List id="item_list" horizontalCenter="0" touchEnabled="false">
                <e:layout>
                    <e:TileLayout requestedColumnCount="4" horizontalGap="40" verticalGap="64" />
                </e:layout>
            </e:List>
            <mx:SSButton id="accept_b" label="tyscreenqdbtn_png" horizontalCenter="0" bottom="191" alpha="0" />
					<e:layout>
						<e:VerticalLayout gap="198" horizontalAlign="center" verticalAlign="top"/>
					</e:layout>
        </e:Group>
    </e:Group>
</e:Skin>