Skip to content

Instantly share code, notes, and snippets.

@olymk2
olymk2 / accordian-test.py
Last active September 23, 2021 02:23
kivy accoridan scroll view
from kivy.app import App
from kivy.lang import Builder
from kivy.config import Config
Config.set('graphics', 'width', '600')
Config.set('graphics', 'height', '400')
gui = """
#:kivy 1.0
BoxLayout: