Skip to content

Instantly share code, notes, and snippets.

@andreisima
andreisima / buttonswitch.kv
Last active August 30, 2019 14:23
A hack to Kivy RecycledViews
<MainLayout>:
orientation: 'vertical'
MyRecycleView:
id: rv_container
BoxLayout:
size_hint_y: .3
BoxLayout:
orientation: 'vertical'
Label:
text: 'If empty will toggle the defaul 0'