Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Manager:
  2. Screen_one:
  3. Screen_two:
  4. Screen_three:
  5.  
  6. <Screen_one>:
  7. GridLayout:
  8. rows: 2
  9. size: root.size
  10.  
  11. ActionBar:
  12. background_color: 0, .4, .7, 1
  13. size_hint_y: None
  14. height: '35dp'
  15. ActionView:
  16. use_separator: True
  17. ActionPrevious:
  18. title: 'Menu:'
  19. with_previous: False
  20. ActionOverflow:
  21. ActionButton:
  22. important: True
  23. text: 'Print'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement