mirror of https://github.com/kivy/kivy.git
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
|
#:kivy 1.0
|
||
|
#
|
||
|
Widget:
|
||
|
Button:
|
||
|
text: "Hello World"
|
||
|
|
||
|
Button:
|
||
|
text: "I'm another label"
|
||
|
pos: (200, 200)
|