This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from kivy.base import runTouchApp | |
from kivy.uix.spinner import Spinner | |
from kivy.lang import Builder | |
KV = """ | |
BoxLayout: | |
orientation: "vertical" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from kivy.base import runTouchApp | |
from kivy.uix.spinner import Spinner | |
from kivy.lang import Builder | |
KV = """ | |
FloatLayout: |
NewerOlder