noti_builder.py 文件源码

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

项目:android-notification-buttons 作者: Bakterija 项目源码 文件源码
def on_release(self):
        if not self.popup:
            self.popup = Popup(size_hint=(0.8, 0.3), title_color=(0, 0, 0, 1),
            background='', background_color=(0.2, 0.2, 0.2, 0.9))
            self.popup.title = 'Set Notification activity'
            self.popup.content = ActivityNumpad()
            self.popup.content.callback = self.numpad_select_callback
        self.popup.open()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号