Skip to content

Commit

Permalink
final changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
skaradimitriou committed Jan 24, 2021
1 parent 9de1440 commit e967d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public ArrayList<ProfessorModel> getProfessors() {
professors.add(new ProfessorModel("Ματζαράκης Γεώργιος", "[email protected]", "female", "Ματζαράκη Γεώργιο"));
professors.add(new ProfessorModel("Καλαμπόκη Εύα - Μαρία", "[email protected]", "female", "Καλαμπόκη Εύα - Μαρία"));
professors.add(new ProfessorModel("Μαρκάκη Σμαράγδα", "[email protected]", "female", "Μαρκάκη Σμαράγδα"));
professors.add(new ProfessorModel("Καροφυλλάκης Κανάκης", "[email protected]", "male", "Καροφυλλάκη Κανάκη"));

//sorting professor list ascending
Collections.sort(professors, new Comparator<ProfessorModel>() {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/professor_item_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/professor_mail"
android:paddingStart="@dimen/margin_10"
android:textSize="@dimen/text_16"
app:layout_constraintStart_toStartOf="@id/professor_name"
app:layout_constraintTop_toBottomOf="@id/professor_name" />
Expand Down

0 comments on commit e967d2f

Please sign in to comment.