Tagged as: python

Kivy Layout

stisa, Aug 11, 2015

So I’ve started messing around with Kivy, and I was stuck trying to understand just how the layout thing works when using .kv code. And I think I finally understood what I was doing wrong. I was basically setting the layout of the small square that is the default widget size in Kivy so, knowing that, I tried creating the base widget as a layout and it worked :D

Continue reading...