8 lines
742 B
XML
8 lines
742 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e:Skin class="ActivityWarButtonSkin" currentState="up" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
|
|
states="down,up" width="130" height="40">
|
|
<e:Image horizontalCenter="0" verticalCenter="0" source="com_yeqian_6"/>
|
|
<e:Image visible.up="false" horizontalCenter="0" verticalCenter="0" source="com_yeqian_7"/>
|
|
<e:Label id="labelDisplay" text="" size="22" horizontalCenter="0" verticalCenter="0" textColor="0xEBC592" bold="false" textAlign="center" verticalAlign="middle" stroke="2" size.down="22" textColor.down="0xe5ddcf" textColor.up="0xf0c896"/>
|
|
<app:RedDotControl id="redDot" width="20" height="20" top="0" right="-5" visible="false"/>
|
|
</e:Skin> |