code: Исправлена видимость error на экране входа в XML
This commit is contained in:
parent
8a25830c24
commit
486320b688
@ -139,13 +139,13 @@
|
|||||||
android:id="@+id/error"
|
android:id="@+id/error"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="5dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="@string/loginError"
|
android:text="@string/loginError"
|
||||||
android:textSize="14sp"
|
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
android:textSize="14sp"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toBottomOf="@+id/field_view2" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
@ -1,6 +1,6 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">NTO Pass</string>
|
<string name="app_name">NTO Pass</string>
|
||||||
<string name="loginText">Логин</string>
|
<string name="loginText">логин</string>
|
||||||
<string name="welcomeText">Добро пожаловать!</string>
|
<string name="welcomeText">Добро пожаловать!</string>
|
||||||
<string name="inputLoginText">Введите свой логин</string>
|
<string name="inputLoginText">Введите свой логин</string>
|
||||||
<string name="welcomeDescriptionLoginText">для авторизации в приложении</string>
|
<string name="welcomeDescriptionLoginText">для авторизации в приложении</string>
|
||||||
@ -19,4 +19,8 @@
|
|||||||
<string name="closeText">Закрыть/Close</string>
|
<string name="closeText">Закрыть/Close</string>
|
||||||
<string name="errorLoginText">Ошибка входа</string>
|
<string name="errorLoginText">Ошибка входа</string>
|
||||||
<string name="text_last_enter">Последний вход 12.12.1212</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>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user