forked from github/wulkanowy-mirror
Merge branch 'develop' into feature/attendance-excuse-whole-day
This commit is contained in:
commit
1af44cf60a
@ -24,6 +24,7 @@
|
|||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
app:layout_constraintVertical_bias="0"
|
||||||
tools:text="5" />
|
tools:text="5" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -38,7 +39,7 @@
|
|||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
app:layout_constraintEnd_toStartOf="@id/timetableItemTimeBarrier"
|
app:layout_constraintEnd_toStartOf="@id/timetableItemTimeBarrier"
|
||||||
app:layout_constraintStart_toEndOf="@+id/timetableItemTimeStart"
|
app:layout_constraintStart_toEndOf="@+id/timetableItemTimeStart"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="@id/timetableItemTimeStart"
|
||||||
tools:text="@tools:sample/lorem" />
|
tools:text="@tools:sample/lorem" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -52,6 +53,8 @@
|
|||||||
app:layout_constraintBottom_toTopOf="@id/timetableItemTimeFinish"
|
app:layout_constraintBottom_toTopOf="@id/timetableItemTimeFinish"
|
||||||
app:layout_constraintStart_toEndOf="@id/timetableItemNumber"
|
app:layout_constraintStart_toEndOf="@id/timetableItemNumber"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
app:layout_constraintVertical_bias="0"
|
||||||
|
app:layout_constraintVertical_chainStyle="packed"
|
||||||
tools:text="11:11" />
|
tools:text="11:11" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -129,8 +132,8 @@
|
|||||||
android:textColor="?colorTimetableChange"
|
android:textColor="?colorTimetableChange"
|
||||||
android:textSize="13sp"
|
android:textSize="13sp"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@+id/timetableItemTeacher"
|
app:layout_constraintStart_toEndOf="@id/timetableItemTimeFinish"
|
||||||
app:layout_constraintTop_toTopOf="@+id/timetableItemTimeFinish"
|
app:layout_constraintTop_toTopOf="@id/timetableItemTimeFinish"
|
||||||
tools:text="Lekcja odwołana: uczniowie zwolnieni do domu"
|
tools:text="Lekcja odwołana: uczniowie zwolnieni do domu"
|
||||||
tools:visibility="gone" />
|
tools:visibility="gone" />
|
||||||
|
|
||||||
@ -179,7 +182,7 @@
|
|||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:backgroundTint="?colorPrimary"
|
app:backgroundTint="?colorPrimary"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="@id/timetableItemTimeStart"
|
||||||
tools:text="jeszcze 15 min"
|
tools:text="jeszcze 15 min"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:maxLength="5"
|
android:maxLength="5"
|
||||||
android:minWidth="20dp"
|
android:minWidth="20dp"
|
||||||
|
android:padding="1dp"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
|
@ -866,4 +866,9 @@
|
|||||||
<string name="error_feature_disabled">Funkce je deaktivována přes vaší školou</string>
|
<string name="error_feature_disabled">Funkce je deaktivována přes vaší školou</string>
|
||||||
<string name="error_feature_not_available">Funkce není k dispozici. Přihlaste se v jiném režimu než Mobile API</string>
|
<string name="error_feature_not_available">Funkce není k dispozici. Přihlaste se v jiném režimu než Mobile API</string>
|
||||||
<string name="error_field_required">Toto pole je povinné</string>
|
<string name="error_field_required">Toto pole je povinné</string>
|
||||||
|
<!-- Mute system -->
|
||||||
|
<string name="message_mute">Mute</string>
|
||||||
|
<string name="message_unmute">Unmute</string>
|
||||||
|
<string name="message_mute_success">You have muted this user</string>
|
||||||
|
<string name="message_unmute_success">You have unmuted this user</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -772,4 +772,9 @@
|
|||||||
<string name="error_feature_disabled">Funktion, die von Ihrer Schule deaktiviert wurde</string>
|
<string name="error_feature_disabled">Funktion, die von Ihrer Schule deaktiviert wurde</string>
|
||||||
<string name="error_feature_not_available">Feature in diesem Modus nicht verfügbar</string>
|
<string name="error_feature_not_available">Feature in diesem Modus nicht verfügbar</string>
|
||||||
<string name="error_field_required">Dieses Feld ist erforderlich</string>
|
<string name="error_field_required">Dieses Feld ist erforderlich</string>
|
||||||
|
<!-- Mute system -->
|
||||||
|
<string name="message_mute">Mute</string>
|
||||||
|
<string name="message_unmute">Unmute</string>
|
||||||
|
<string name="message_mute_success">You have muted this user</string>
|
||||||
|
<string name="message_unmute_success">You have unmuted this user</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -866,4 +866,9 @@
|
|||||||
<string name="error_feature_disabled">Funkcja wyłączona przez szkołę</string>
|
<string name="error_feature_disabled">Funkcja wyłączona przez szkołę</string>
|
||||||
<string name="error_feature_not_available">Funkcja niedostępna. Zaloguj się w trybie innym niż Mobilne API</string>
|
<string name="error_feature_not_available">Funkcja niedostępna. Zaloguj się w trybie innym niż Mobilne API</string>
|
||||||
<string name="error_field_required">To pole jest wymagane</string>
|
<string name="error_field_required">To pole jest wymagane</string>
|
||||||
|
<!-- Mute system -->
|
||||||
|
<string name="message_mute">Wycisz</string>
|
||||||
|
<string name="message_unmute">Wyłącz wyciszenie</string>
|
||||||
|
<string name="message_mute_success">Wyciszyleś tego użytkownika</string>
|
||||||
|
<string name="message_unmute_success">Wyłączyłeś wyciszenie tego użytkownika</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -866,4 +866,9 @@
|
|||||||
<string name="error_feature_disabled">Функция отключена вашей школой</string>
|
<string name="error_feature_disabled">Функция отключена вашей школой</string>
|
||||||
<string name="error_feature_not_available">Функция недоступна в режиме Mobile API. Воспользуйтесь другим режимом</string>
|
<string name="error_feature_not_available">Функция недоступна в режиме Mobile API. Воспользуйтесь другим режимом</string>
|
||||||
<string name="error_field_required">Это поле обязательно</string>
|
<string name="error_field_required">Это поле обязательно</string>
|
||||||
|
<!-- Mute system -->
|
||||||
|
<string name="message_mute">Mute</string>
|
||||||
|
<string name="message_unmute">Unmute</string>
|
||||||
|
<string name="message_mute_success">You have muted this user</string>
|
||||||
|
<string name="message_unmute_success">You have unmuted this user</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -866,4 +866,9 @@
|
|||||||
<string name="error_feature_disabled">Funkcia je deaktivovaná cez vašou školou</string>
|
<string name="error_feature_disabled">Funkcia je deaktivovaná cez vašou školou</string>
|
||||||
<string name="error_feature_not_available">Funkcia nie je k dispozícii. Prihláste sa v inom režime než Mobile API</string>
|
<string name="error_feature_not_available">Funkcia nie je k dispozícii. Prihláste sa v inom režime než Mobile API</string>
|
||||||
<string name="error_field_required">Toto pole je povinné</string>
|
<string name="error_field_required">Toto pole je povinné</string>
|
||||||
|
<!-- Mute system -->
|
||||||
|
<string name="message_mute">Mute</string>
|
||||||
|
<string name="message_unmute">Unmute</string>
|
||||||
|
<string name="message_mute_success">You have muted this user</string>
|
||||||
|
<string name="message_unmute_success">You have unmuted this user</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -866,4 +866,9 @@
|
|||||||
<string name="error_feature_disabled">Функція вимкнена вашою школою</string>
|
<string name="error_feature_disabled">Функція вимкнена вашою школою</string>
|
||||||
<string name="error_feature_not_available">Функція недоступна в режимі Mobile API. Увійдіть в інший режим</string>
|
<string name="error_feature_not_available">Функція недоступна в режимі Mobile API. Увійдіть в інший режим</string>
|
||||||
<string name="error_field_required">Це поле обовʼязкове</string>
|
<string name="error_field_required">Це поле обовʼязкове</string>
|
||||||
|
<!-- Mute system -->
|
||||||
|
<string name="message_mute">Mute</string>
|
||||||
|
<string name="message_unmute">Unmute</string>
|
||||||
|
<string name="message_mute_success">You have muted this user</string>
|
||||||
|
<string name="message_unmute_success">You have unmuted this user</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user