<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="PopLoadingSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:mx="mx.*" width="720" height="1280">
    <mx:ImageUI id="rect" width="720" top="0" bottom="0" />
    <e:Group id="load1" width="720" height="262" horizontalCenter="0" verticalCenter="0">
        <e:Label id="jd_t" horizontalCenter="0" bottom="21" size="22" bold="true" />
        <mx:MXProbar id="jd_bar" horizontalCenter="0" slideDuration="0" bottom="0" width="400" height="12" />
    </e:Group>
    <e:Group id="load2" right="12" bottom="10">
        <e:Image source="jxlddi_png" horizontalCenter="0" verticalCenter="0" />
        <e:Label id="tip_t" size="18" verticalCenter="0" left="77" />
    </e:Group>
    <e:Group id="ani_g" left="0" right="0" top="0" bottom="0" />
    <!-- 这里的t不能删除，因为bitmap_font自定义字体要生效 -->
    <e:Label fontFamily="bitmap-font" text="t" alpha="0" id="load_info" size="24" textColor="0x000000" />
</e:Skin>