<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="TyTabRenderSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*"
        states="up,down,disabled">
    <e:Image source.up="tytab1_png" source.down="tytab2_png" top="0" horizontalCenter="0" />
    <mx:CLabel horizontalCenter="0" top="15" size="28" bold="true" textColor.up="0x88649e" textColor.down="0xffffff" text="{data.word}" />
</e:Skin>