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
| <ProjectScreen>: | |
| projectname: projectname | |
| projectaddress: projectaddress | |
| projectscope: projectscope | |
| rv: rv | |
| TabbedPanel: | |
| do_default_tab: False |
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.app import App | |
| from kivy.uix.screenmanager import ScreenManager, Screen | |
| from kivy.uix.button import Button | |
| from kivy.uix.label import Label | |
| from kivy.uix.boxlayout import BoxLayout | |
| from kivy.properties import ObjectProperty, BooleanProperty | |
| from kivy.uix.popup import Popup | |
| '''Library imports for recycleview''' |