Answers for "kivy button background color"

0

kivy button background color

in name.kv:

<name>:
	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
Posted by: Guest on June-29-2021

Code answers related to "kivy button background color"

Browse Popular Code Answers by Language