Skip to content

Commit

Permalink
Update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
thellmund committed Jun 28, 2019
1 parent 1007884 commit 2b134ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions app/src/main/assets/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"endTime": "12:00",
"type": "",
"day": "Monday",
"stage": "Marshmallow"
"stage": "Oreo"
},
{
"level": "",
Expand Down Expand Up @@ -203,7 +203,7 @@
"endTime": "14:00",
"type": "",
"day": "Monday",
"stage": "Nougat"
"stage": "Oreo"
},
{
"level": "",
Expand Down Expand Up @@ -236,7 +236,7 @@
"endTime": "14:30",
"type": "",
"day": "Monday",
"stage": "Nougat"
"stage": "Oreo"
},
{
"level": "",
Expand Down Expand Up @@ -398,17 +398,6 @@
"day": "Monday",
"stage": "Lollipop"
},
{
"level": "",
"speakers": [],
"description": "",
"startTime": "16:00",
"title": "20 Min Session",
"endTime": "16:20",
"type": "",
"day": "Monday",
"stage": "Marshmallow"
},
{
"level": "Introductory and overview",
"speakers": [
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_speaker_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
android:textSize="24sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/imageView"
app:layout_constraintTop_toBottomOf="@id/appBarLayout"
app:layout_constraintTop_toTopOf="parent"
tools:text="Till Hellmund" />

<TextView
Expand Down

0 comments on commit 2b134ba

Please sign in to comment.