<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="ChatUISkin" 
    xmlns:e="http://ns.egret.com/eui" 
    xmlns:w="http://ns.egret.com/wing" 
    xmlns:mx="mx.*">
    <e:Group width="570" height="67">
        <e:Image source="chatbg_png" />
        <e:Image source="chaticon_png" bottom="9"/>
        <e:Image id="tishi_p" visible="false" x="50" y="10" source="tishi_png" scaleX="0.7" scaleY="0.7"/>
        <e:Scroller id="msg_scro" enabled="false" x="76" bottom="3" width="440" height="44">
            <e:Group id="msg_g">
                <e:Label x="5" size="22" height="44" verticalAlign="middle" y="-88" textColor="0x8A7750"/>
                <e:Label x="5" size="22" height="44" verticalAlign="middle" y="-44" textColor="0x8A7750"/>
            </e:Group>
        </e:Scroller>
        <e:Group y="-83" x="110" visible="false">
            <e:Image source="chatsliao_png" />
            <e:Image source="slxxyquan_png" scaleX="0.93" scaleY="0.93" />
            <e:Label id="num_t" size="20" horizontalCenter="-22" top="4" />
        </e:Group>
    </e:Group>
</e:Skin>