12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <component size="260,200" extention="Button" bgColor="#000000">
- <controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
- <displayList>
- <graph id="n0_pooz" name="n0" xy="0,0" size="260,200" touchable="false" type="rect" lineSize="0" fillColor="#00f0f0f0">
- <gearDisplay controller="button" pages="0"/>
- <relation target="" sidePair="width-width,height-height"/>
- </graph>
- <graph id="n1_pooz" name="n1" xy="0,0" size="260,200" touchable="false" type="rect" lineSize="0" fillColor="#00fafafa">
- <gearDisplay controller="button" pages="2"/>
- <relation target="" sidePair="width-width,height-height"/>
- </graph>
- <graph id="n2_pooz" name="n2" xy="0,0" size="260,200" touchable="false" type="rect" lineSize="0" fillColor="#00cccccc">
- <gearDisplay controller="button" pages="1,3"/>
- <relation target="" sidePair="width-width,height-height"/>
- </graph>
- </displayList>
- <Button/>
- </component>
|