Advertisement
Guest User

Untitled

a guest
Mar 13th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.32 KB | None | 0 0
  1. First Example:
  2. <control name="toggle-button" id="button1">
  3.     <active filename="inactive.png"/>
  4.     <inactive filename="active.png"/>
  5. </control>
  6.  
  7. Second Example:
  8.  
  9. <control name="toggle-button" id="button1">
  10.     <image id="#inactive" filename="inactive.png"/>
  11.     <image id="#active" filename="active.png"/>
  12. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement