Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Brady James Garvin
separate_screens
Commits
eb2485c3
Commit
eb2485c3
authored
Jan 02, 2018
by
Brady James Garvin
Browse files
Updated project for consistency with Buildozer projects.
parent
dcbb7552
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
eb2485c3
.idea
*.pyc
*.pyo
*.apk
.idea
.buildozer
bin
main.py
View file @
eb2485c3
...
...
@@ -6,12 +6,6 @@ from first_screen import FirstScreen
from
second_screen
import
SecondScreen
__app_package__
=
'edu.unl.cse.soft161.two_screen'
__app__
=
'Two-Screen App'
__version__
=
'1.0'
__flags__
=
[
'--bootstrap=sdl2'
,
'--requirements=python2,kivy'
,
'--orientation=landscape'
]
class
TwoScreenApp
(
App
):
def
open_first_screen
(
self
):
self
.
root
.
transition
.
direction
=
'right'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment