screens.py 文件源码

python
阅读 41 收藏 0 点赞 0 评论 0

项目:ninety_per_ten 作者: arruda 项目源码 文件源码
def _reset_layout(self):
        reset_layout = RelativeLayout(
            size_hint=(None, None),
            size=(100, 100),
            pos_hint={'right': 1, 'top': 1},
        )
        history_button = Button(
            text="History",
            font_size=30,
            size_hint=(1, 1),
        )
        history_button.bind(on_release=self.handle_history_button)
        reset_layout.add_widget(history_button)
        return reset_layout
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号