Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
separate_screens
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brady James Garvin
separate_screens
Commits
eb2485c3
Commit
eb2485c3
authored
7 years ago
by
Brady James Garvin
Browse files
Options
Downloads
Patches
Plain Diff
Updated project for consistency with Buildozer projects.
parent
dcbb7552
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+4
-2
4 additions, 2 deletions
.gitignore
main.py
+0
-6
0 additions, 6 deletions
main.py
with
4 additions
and
8 deletions
.gitignore
+
4
−
2
View file @
eb2485c3
.idea
*.pyc
*.pyc
*.pyo
*.pyo
*.apk
.idea
.buildozer
bin
This diff is collapsed.
Click to expand it.
main.py
+
0
−
6
View file @
eb2485c3
...
@@ -6,12 +6,6 @@ from first_screen import FirstScreen
...
@@ -6,12 +6,6 @@ from first_screen import FirstScreen
from
second_screen
import
SecondScreen
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
):
class
TwoScreenApp
(
App
):
def
open_first_screen
(
self
):
def
open_first_screen
(
self
):
self
.
root
.
transition
.
direction
=
'
right
'
self
.
root
.
transition
.
direction
=
'
right
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment