Collected Course Types
This commit is contained in:
@@ -98,6 +98,8 @@ class ModulesAdapter extends RecyclerView.Adapter<CustomViewHolder> {
|
||||
lecturers.append(lecturer.getNameShort());
|
||||
}
|
||||
iHolder.mSubLeft.setText(lecturers);
|
||||
// {'G', 'V-Ue', 'P', 'S', 'V', 'Ue', 'L'}
|
||||
// {'Vorlesung', 'Übung', 'Praktikum', 'Zentralübung', 'Seminaristische Übung', 'Integrierte Veranstaltung', 'Seminar am PC', 'Praxisseminar', 'Seminar', 'Projektseminar', 'Projekt'}
|
||||
iHolder.mSubRight.setText(module.type);
|
||||
|
||||
iHolder.mView.setOnClickListener(v -> {
|
||||
|
||||
Reference in New Issue
Block a user