11 lines
191 B
Text
11 lines
191 B
Text
|
#: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}
|
||
|
|