From 486320b6880a04a402eb79f387358494c8ec4bed Mon Sep 17 00:00:00 2001 From: veronicagtea Date: Wed, 19 Feb 2025 10:11:14 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B8=D0=B4=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20error=20=D0=BD=D0=B0=20=D1=8D=D0=BA=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=20=D0=B2=D1=85=D0=BE=D0=B4=D0=B0=20=D0=B2=20?= =?UTF-8?q?XML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_login.xml | 6 +++--- app/src/main/res/values/strings.xml | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index 4d26763..a3c942c 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -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" /> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 09c6b87..72ca2f9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ NTO Pass - Логин + логин Добро пожаловать! Введите свой логин для авторизации в приложении @@ -19,4 +19,8 @@ Закрыть/Close Ошибка входа Последний вход 12.12.1212 + Время сканирования 12:12 + Идентификатор + Тип прохода + пароль \ No newline at end of file