Skip to content

Instantly share code, notes, and snippets.

@GreyGnome
Created June 27, 2016 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GreyGnome/a332e5ea0f6989b725c76945d6b5849d to your computer and use it in GitHub Desktop.
Save GreyGnome/a332e5ea0f6989b725c76945d6b5849d to your computer and use it in GitHub Desktop.
KV file to go along with it.
#:kivy 1.0.4
<MyFloatLayout>:
canvas:
Color:
rgb: 0, 0, 0
size_hint: 1.0, 1.0
<MyLabel>:
size_hint: None, None
width: 400
height: 300
text_size: 120, 20
halign: 'left'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment