[Solved] Can I design a button like the one given in pic using Kivy? [closed]
Are the above things possible with Kivy? The answer is simply ‘yes’. Do you have a specific context that you’re having trouble with? You simply need to create your own widget rule that displays things the way you want. It might start as something like <YourRule@BoxLayout>: text: ‘something’ # define a property to hold the … Read more