Created
June 29, 2015 19:18
-
-
Save kived/c28e4965ea747a5c8209 to your computer and use it in GitHub Desktop.
Kivy: kv rule example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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