Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PlayBill
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jinny.wilkin
PlayBill
Commits
cb20825a
Commit
cb20825a
authored
Jun 06, 2023
by
jinny.wilkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Submission pt2
parent
b30b6153
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
vcs.xml
.idea/vcs.xml
+6
-0
AMND.java
app/src/main/java/com/ysj/playbill/AMND.java
+1
-1
ANTI.java
app/src/main/java/com/ysj/playbill/ANTI.java
+1
-1
HAM.java
app/src/main/java/com/ysj/playbill/HAM.java
+1
-1
OtK.java
app/src/main/java/com/ysj/playbill/OtK.java
+1
-1
TEMP.java
app/src/main/java/com/ysj/playbill/TEMP.java
+1
-1
No files found.
.idea/vcs.xml
0 → 100644
View file @
cb20825a
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$"
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
app/src/main/java/com/ysj/playbill/AMND.java
View file @
cb20825a
...
...
@@ -52,7 +52,7 @@ public class AMND extends AppCompatActivity implements View.OnClickListener{
public
void
onClick
(
View
v
)
{
Intent
i
;
switch
(
v
.
getId
())
{
case
R
.
id
.
show
3
Button
:
case
R
.
id
.
show
1
Button
:
i
=
new
Intent
(
this
,
booking_form
.
class
);
DatabaseHelper
.
showID
=
3
;
startActivity
(
i
);
...
...
app/src/main/java/com/ysj/playbill/ANTI.java
View file @
cb20825a
...
...
@@ -52,7 +52,7 @@ public class ANTI extends AppCompatActivity implements View.OnClickListener{
public
void
onClick
(
View
v
)
{
Intent
i
;
switch
(
v
.
getId
())
{
case
R
.
id
.
show
6
Button
:
case
R
.
id
.
show
1
Button
:
i
=
new
Intent
(
this
,
booking_form
.
class
);
DatabaseHelper
.
showID
=
6
;
startActivity
(
i
);
...
...
app/src/main/java/com/ysj/playbill/HAM.java
View file @
cb20825a
...
...
@@ -54,7 +54,7 @@ public class HAM extends AppCompatActivity implements View.OnClickListener{
public
void
onClick
(
View
v
)
{
Intent
i
;
switch
(
v
.
getId
())
{
case
R
.
id
.
show
2
Button
:
case
R
.
id
.
show
1
Button
:
i
=
new
Intent
(
this
,
booking_form
.
class
);
DatabaseHelper
.
showID
=
2
;
startActivity
(
i
);
...
...
app/src/main/java/com/ysj/playbill/OtK.java
View file @
cb20825a
...
...
@@ -50,7 +50,7 @@ public class OtK extends AppCompatActivity implements View.OnClickListener{
public
void
onClick
(
View
v
)
{
Intent
i
;
switch
(
v
.
getId
())
{
case
R
.
id
.
show
4
Button
:
case
R
.
id
.
show
1
Button
:
i
=
new
Intent
(
this
,
booking_form
.
class
);
DatabaseHelper
.
showID
=
4
;
startActivity
(
i
);
...
...
app/src/main/java/com/ysj/playbill/TEMP.java
View file @
cb20825a
...
...
@@ -53,7 +53,7 @@ public class TEMP extends AppCompatActivity implements View.OnClickListener{
public
void
onClick
(
View
v
)
{
Intent
i
;
switch
(
v
.
getId
())
{
case
R
.
id
.
show
5
Button
:
case
R
.
id
.
show
1
Button
:
i
=
new
Intent
(
this
,
booking_form
.
class
);
DatabaseHelper
.
showID
=
5
;
startActivity
(
i
);
...
...
Write
Preview
Markdown
is supported
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