code: Исправлена видимость error на экране входа в XML

This commit is contained in:
veronicagtea 2025-02-19 10:11:14 +03:00
parent 8a25830c24
commit 486320b688
2 changed files with 8 additions and 4 deletions

View File

@ -139,13 +139,13 @@
android:id="@+id/error"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:gravity="center"
android:text="@string/loginError"
android:textSize="14sp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
android:textSize="14sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toBottomOf="@+id/field_view2" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -1,6 +1,6 @@
<resources>
<string name="app_name">NTO Pass</string>
<string name="loginText">Логин</string>
<string name="loginText">логин</string>
<string name="welcomeText">Добро пожаловать!</string>
<string name="inputLoginText">Введите свой логин</string>
<string name="welcomeDescriptionLoginText">для авторизации в приложении</string>
@ -19,4 +19,8 @@
<string name="closeText">Закрыть/Close</string>
<string name="errorLoginText">Ошибка входа</string>
<string name="text_last_enter">Последний вход 12.12.1212</string>
<string name="text_scan_time">Время сканирования 12:12</string>
<string name="text_identificator">Идентификатор</string>
<string name="text_type">Тип прохода</string>
<string name="passwordText">пароль</string>
</resources>