refactor(web):改造成vue工程
This commit is contained in:
6
public/resource/eui_skins/web/common/Btn16Skin.exml
Normal file
6
public/resource/eui_skins/web/common/Btn16Skin.exml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Btn16Skin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" states="up,down" width="86" height="37">
|
||||
<e:Image source="btn_6" source.down="btn_5" scaleX.down="0.95" scaleY.down="0.95" anchorOffsetX="0" anchorOffsetY="0"/>
|
||||
<e:Label id="labelDisplay" text="强 化" size="20" horizontalCenter="-2" verticalCenter="-1.5" touchEnabled="false" textColor="0xd3c29c"/>
|
||||
<app:RedDotControl id="redDot" width="20" height="20" x="70" touchChildren="false" touchEnabled="false" visible="false"/>
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user