globalforest/music.kv
2020-10-14 23:38:48 +03:00

11 lines
191 B
Plaintext

#:kivy 1.11.1
<MyFloatLayout>:
Button:
bold:True
size_hint:.8,.3
text:'Play Music'
background_color:0,1,1,1
pos_hint: {'right':1, 'y':0}