<?xml
 version="1.0"
 encoding="utf-8"?>
<e:Skin class="ItemsTipSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
    <mx:ImageUI id="bg_rect" alpha="0" />
    <e:Group id="tip_g" width="300" height="145">
        <e:Image source="tipbg_png" top="0" bottom="0" left="0" right="0" scale9Grid="16,16,48,48" />
        <e:Label id="name_t" left="18" top="9" size="21" bold="true" />
        <e:Scroller id="item_s" left="18" top="42" width="273">
            <e:List id="item_list" top="42" left="18">
                <e:layout>
                    <e:HorizontalLayout gap="24" />
                </e:layout>
            </e:List>
        </e:Scroller>
    </e:Group>
</e:Skin>
