Archived
27 lines
887 B
XML
27 lines
887 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/text_title"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/text_room"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/text_lecturers"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/text_timeslot"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"/>
|
||
|
|
|
||
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|