12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <component size="200,70" pivot="0.5,0.5" extention="Button">
- <controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
- <displayList>
- <graph id="n0_vl6j" name="n0" xy="0,0" size="200,70" touchable="false" type="rect" lineSize="0" fillColor="#ff0066ff">
- <gearDisplay controller="button" pages="0"/>
- <relation target="" sidePair="width-width,height-height"/>
- </graph>
- <graph id="n1_vl6j" name="n1" xy="0,0" size="200,70" touchable="false" type="rect" lineSize="0" fillColor="#ff0066ff">
- <gearDisplay controller="button" pages="2"/>
- <relation target="" sidePair="width-width,height-height"/>
- </graph>
- <graph id="n2_vl6j" name="n2" xy="0,0" size="200,70" touchable="false" type="rect" lineSize="0" fillColor="#ff0066ff">
- <gearDisplay controller="button" pages="1,3"/>
- <relation target="" sidePair="width-width,height-height"/>
- </graph>
- <text id="n3_vl6j" name="title" xy="0,0" size="200,70" fontSize="30" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" singleLine="true" text="一键上阵">
- <relation target="" sidePair="width-width,height-height"/>
- </text>
- </displayList>
- <Button downEffect="scale" downEffectValue=".8"/>
- </component>
|