#:kivy 1.4
AnchorLayout:
anchor_x: "right"
anchor_y: "bottom"
Button:
text: "Button 1"
size_hint: .2, .4
text: "Button 2"
size_hint: .4, .2
text: "Button 3"
size_hint: .2, .2