To position widgets above/below each other, use a vertical BoxLayout:: layout ... __all__ = ('BoxLayout', ) from kivy.uix.layout import Layout from ...
確定! 回上一頁