SHARE
TWEET

Untitled

a guest Feb 23rd, 2017 51 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <vbox style="padding: 10px; background-color: red;" width="400" height="200">
  3.     <hbox width="100%">
  4.         <button text="Button 1" />
  5.         <button text="Button 2" width="100%" />
  6.         <button text="Button 3" />
  7.     </hbox>
  8.     <hbox width="100%" height="100%">
  9.         <button text="Button 4" width="50%" height="100%" />    
  10.         <button text="Button 5" width="50%" height="100%" />    
  11.     </hbox>
  12.     <hbox width="100%">
  13.         <button text="Button 6" />
  14.         <button text="Button 7" width="100%" />
  15.         <button text="Button 8" />
  16.     </hbox>
  17. </vbox>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top