You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
583 B
Plaintext

<MainScreen>
kv_text1: text1
kv_text2: text2
GridLayout:
cols:1
size: root.width-200, root.height-200
pos: 100, 100
GridLayout:
cols:2
Label:
text: "Text1"
TextInput:
id: text1
multiline:False
Label:
text: "Text2"
TextInput:
id: text2
multiline:False
Button:
text: "ButtonText"
on_press: root.btn_press()