Archived
Added support for teacher column
This commit is contained in:
@@ -31,27 +31,48 @@
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:textColor="@color/colorText"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iconView"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:tint="@color/colorText"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/course"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/course" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/course"
|
||||
<LinearLayout
|
||||
android:id="@+id/linearContainer"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:textColor="@color/colorText"
|
||||
app:layout_constraintEnd_toStartOf="@+id/time"
|
||||
app:layout_constraintStart_toEndOf="@+id/iconView"
|
||||
app:layout_constraintTop_toBottomOf="@+id/group" />
|
||||
android:gravity="start|center_vertical"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/group"
|
||||
app:layout_constraintEnd_toStartOf="@+id/time">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iconView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="20dp"
|
||||
android:tint="@color/colorText"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/course"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:textColor="@color/colorText"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/spacer"
|
||||
android:text="•"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="2dp"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:textColor="@color/colorText"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/teacher"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/colorText"
|
||||
android:layout_marginEnd="8dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/additional"
|
||||
@@ -65,7 +86,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/room"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/course" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/linearContainer" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/date"
|
||||
|
||||
Reference in New Issue
Block a user