Display button(kivy project)
thelab.kv
MainWidget:
:
Button:
text: "hello"
size: "100dp","80dp"
pos: "100dp", "200dp"
color: 1,0,1,1
Button:
text: "hello2"
size: "100dp","80dp"
pos: "200dp", "400dp"
color: 1,0,1,1
Comments
Post a Comment