mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 13:40:47 +02:00
[Agenda] Add showing teachers absence time
This commit is contained in:
@ -21,9 +21,16 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_rounded_8dp_outline"
|
||||
android:orientation="vertical"
|
||||
android:padding="8dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/teacherAbsenceTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="@style/NavView.TextView.Helper"
|
||||
tools:text="2 września - 5 kwietnia"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/teacherAbsenceTeacher"
|
||||
android:layout_width="wrap_content"
|
||||
|
Reference in New Issue
Block a user