#:kivy 1.4
BoxLayout:
orientation: 'vertical'
padding: 20
spacing: 10
Button:
text: "Button 1"
size_hint: 1, None
text: "Button 2"
size_hint: 1, 0.5
text: "Button 3"