mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 14:10:46 +02:00
[APIv2/Librus] Add getting and showing teacher absence reason
This commit is contained in:
@ -36,6 +36,15 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="Jan Kowalski"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/teacherAbsenceName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="@style/NavView.TextView.Helper"
|
||||
android:visibility="gone"
|
||||
tools:text="wycieczka"
|
||||
tools:visibility="visible"/>
|
||||
</LinearLayout>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
</LinearLayout>
|
||||
|
@ -949,4 +949,5 @@
|
||||
<string name="edziennik_notification_api_first_login_title">Pierwsze logowanie</string>
|
||||
<string name="edziennik_progress_endpoint_classes">Pobieranie informacji o klasie...</string>
|
||||
<string name="edziennik_progress_endpoint_teacher_free_days">Pobieranie nieobecności nauczycieli...</string>
|
||||
<string name="edziennik_progress_endpoint_teacher_free_day_types">Pobieranie rodzajów nieobecności nauczycieli...</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user