This commit is contained in:
Serafim_Pankin 2025-02-19 12:38:38 +03:00
parent 12c6b6e1c2
commit b645f9bd36
2 changed files with 10 additions and 5 deletions

View File

@ -92,7 +92,7 @@
android:layout_height="wrap_content"
android:padding="14dp"
android:hint="@string/login"
android:hint="@string/password"
android:textColorHint="?attr/colorSecondary"
android:textColor="?attr/colorSecondary" />
</com.google.android.material.textfield.TextInputLayout>

View File

@ -1,13 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/swipeRefresh"
android:fillViewport="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -66,7 +71,6 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/fio"
android:layout_marginTop="10dp"
android:textAlignment="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -159,5 +163,6 @@
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.core.widget.NestedScrollView>