17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
<LoginScreen>:
|
|
BoxLayout:
|
|
AnchorLayout:
|
|
TextInput:
|
|
id: user_input
|
|
|
|
BoxLayout:
|
|
Button:
|
|
id: sendmessage
|
|
text: 'SendMessage'
|
|
on_press: root.send()
|
|
|
|
Button:
|
|
id: btnExit
|
|
text: "Exit"
|
|
on_press: root.sayexit()
|