Skip to content

Instantly share code, notes, and snippets.

@kived
Created June 26, 2015 16:52
Show Gist options
  • Save kived/dcec3f8376a003b17164 to your computer and use it in GitHub Desktop.
Save kived/dcec3f8376a003b17164 to your computer and use it in GitHub Desktop.
Kivy: simple separator
<Separator@Widget>:
size_hint_y: None
height: dp(6)
color: 1, 1, 1, 1
background_image: ''
canvas:
Color:
rgba: root.color
Rectangle:
pos: self.pos
size: self.size
source: root.background_image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment