anchorlayout

Anchorlayout

class kivy.uix.anchorlayout.AnchorLayout(**kwargs)
  • anchor_x
    • left

    • center

    • right

  • anchor_y
    • top

    • center

    • bottom

  • padding

AnchorLayout(
    anchor_x='right',
    anchor_y='bottom',
)
do_layout(*args)