Skip to content

Instantly share code, notes, and snippets.

@kived
Created June 29, 2015 19:18
Show Gist options
  • Save kived/c28e4965ea747a5c8209 to your computer and use it in GitHub Desktop.
Save kived/c28e4965ea747a5c8209 to your computer and use it in GitHub Desktop.
Kivy: kv rule example
<FLayout>:
canvas.before:
Color:
rgba: 0.5, 0.5, 0.5, 1
Rectangle:
pos: self.pos
size: self.size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment