screens.py 文件源码

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

项目:ninety_per_ten 作者: arruda 项目源码 文件源码
def _build_top_box(self):
        top_box = BoxLayout(orientation='vertical')

        self.positive_label = Label(text="0%", font_size=150, color=rgb_to_kivy(239, 93, 5, 1), size_hint=(1, 1))

        top_box.add_widget(self._build_menu_and_reset())
        top_box.add_widget(self.positive_label)
        return top_box
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号