Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <ScrManager>
  2. LoginScreen:
  3. name: 'LoginScreen'
  4.  
  5.  
  6. <LoginScreen>
  7. RelativeLayout:
  8.  
  9. BoxLayout: #box <<<
  10. orientation: 'vertical'
  11. pos_hint: {'center_y': 1,'center_x':.605}
  12. BoxLayout:
  13. orientation: 'horizontal'
  14. size_hint: (None,None)
  15. width: 300
  16. height: 33
  17. Label:
  18. text: 'Email:'
  19. TextInput:
  20. id: email
  21. size_hint: (None, None)
  22. width: 250
  23. height: 33
  24. BoxLayout:
  25. orientation: 'horizontal'
  26. size_hint: (None,None)
  27. width: 300
  28. height: 33
  29. Label:
  30. text: 'Senha:'
  31. TextInput:
  32. id: email
  33. size_hint: (None, None)
  34. width: 250
  35. height: 33
  36.  
  37. BoxLayout: # box >>>
  38. orientation: 'vertical'
  39. pos_hint: {'center_y': 1,'center_x':1.02}
  40. BoxLayout:
  41. orientation: 'horizontal'
  42. size_hint: (None,None)
  43. width: 300
  44. height: 33
  45. TextInput:
  46. id: email
  47. size_hint: (None, None)
  48. width: 250
  49. height: 33
  50. Label:
  51. text: ' Email'
  52. BoxLayout:
  53. orientation: 'horizontal'
  54. size_hint: (None,None)
  55. width: 300
  56. height: 33
  57. TextInput:
  58. id: email
  59. size_hint: (None, None)
  60. width: 250
  61. height: 33
  62. Label:
  63. text: ' Senha'
Add Comment
Please, Sign In to add comment