Код: Выделить всё
MDBoxLayout:
orientation: 'vertical'
md_bg_color: app.theme_cls.backgroundColor
adaptive_height:True
MDTextField:
id: name
mode: "outlined"
size_hint_x: None
width: dp(400)
size_hint_y:None
height:dp(40)
MDTextFieldHintText:
text:"type name "
MDTextFieldHelperText:
MDTextFieldMaxLengthText:
max_text_length: 30
MDTextField:
id: description
multiline: True
mode: "outlined"
size_hint_x: None
width: dp(400)
size_hint_y:None
height:dp(40)
MDTextFieldHintText:
text: "Type description here"
MDTextFieldHelperText:
MDTextFieldMaxLengthText:
max_text_length: 200
Подробнее здесь: https://stackoverflow.com/questions/790 ... ize-heigth