Roman_Sarnov

Untitled

Nov 6th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #MDTextField kivymd.textfields.MDTextField
  2. #MDRaisedButton kivymd.button.MDRaisedButton
  3. #:import SlideTransition kivy.uix.screenmanager.SlideTransition
  4.  
  5. <PainterWidget>:
  6. #Создание кнопки
  7. MDRaisedButton:
  8. # Определение параметров кнопки
  9. text: 'Subject'
  10. font_size: 40
  11. size_hint: (0.5,0.5)
  12. pos_hint:{'center_x':0.5,'center_y': 0.5}
  13. # Создание кнопки
  14. MDRaisedButton:
  15. # Определение параметров кнопки
  16. text: 'Special Subject'
  17. font_size: 40
  18. size_hint: (0.5,0.5)
  19. pos_hint:{'center_x':0.5,'center_y': 0.5}
Add Comment
Please, Sign In to add comment