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.

15 lines
366 B
Plaintext

<Button>:
font_size:40
color:0.5,0.5,0.5,1
size_hint: 0.5,0.5
<FloatLayout>:
Button:
pos_hint: {"top": 1, "left":1}
text: testbtn2.state
Button:
id: testbtn2
text: "Test2"
pos_hint: {"top": 1, "right":1} if testbtn2.state == "down" else {"bottom": 1, "right":1}
color: 0.3,0.3,0.3,1