Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. GridLayout:
  2. rows: 3
  3. Button:
  4. text: "Button 1"
  5. size_hint: None, None
  6. size: 100, 40
  7. Button:
  8. text: "Button 2"
  9. size_hint: None, None
  10. size: 100, 40
  11. Button:
  12. text: "Button 3"
  13. size_hint: None, None
  14. size: 100, 40
  15. Button:
  16. text: "Button 4"
  17. size_hint: None, None
  18. size: 100, 40
  19. Button:
  20. text: "Button 5"
  21. size_hint: None, None
  22. size: 100, 40
  23. Button:
  24. text: "Button 6"
  25. size_hint: None, None
  26. size: 100, 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement