📜  kivy 按钮背景颜色 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:53.355000             🧑  作者: Mango

代码示例1
in name.kv:

:
    Button:
        text: "Hello"
        color: (0, 0.5, 1, 1) #color of the text on the button
        background_color: (1, 0, 0, 1) #bg color of the button