This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.

17 lines
335 B
Plaintext
Raw Normal View History

2018-07-03 15:36:20 +05:30
<LoginScreen>:
BoxLayout:
AnchorLayout:
TextInput:
id: user_input
BoxLayout:
Button:
id: sendmessage
text: 'SendMessage'
on_press: root.send()
Button:
id: btnExit
text: "Exit"
2018-07-03 15:36:20 +05:30
on_press: root.sayexit()