Skip to content

Instantly share code, notes, and snippets.

@kived
Created February 4, 2015 17:59
Show Gist options
  • Save kived/c3efaed4cef34ae9a684 to your computer and use it in GitHub Desktop.
Save kived/c3efaed4cef34ae9a684 to your computer and use it in GitHub Desktop.
Kivy: Label with background
<BackgroundLabel>:
background_color: 0, 0, 0, 0
canvas.before:
Color:
rgba: self.background_color
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