diff --git a/app/src/main/res/layout/fragment_auth.xml b/app/src/main/res/layout/fragment_auth.xml index ca53562..e6c4e6b 100644 --- a/app/src/main/res/layout/fragment_auth.xml +++ b/app/src/main/res/layout/fragment_auth.xml @@ -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" /> diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index a0f76a0..bc942e2 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -1,163 +1,171 @@ + - - - - - + - - - - + android:layout_height="wrap_content" + android:textSize="20sp" + android:letterSpacing="0.05" + android:background="?android:attr/colorBackground" + android:textColor="?attr/colorOnBackground" + android:text="@string/title_profile" + tools:ignore="MissingConstraints" /> + android:gravity="center_horizontal" + android:paddingTop="50dp"> - + android:layout_height="150dp" + android:foregroundGravity="center" + android:importantForAccessibility="no" + android:src="@drawable/_user_" - - android:textAlignment="center" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:textSize="18sp" - android:letterSpacing="0.05" - android:background="?android:attr/colorBackground" - android:textColor="?attr/colorOnBackground" - android:text="Должность пользователя" /> - - - - - - - - - + android:orientation="vertical" + app:constraint_referenced_ids="avatar, fio, next,error, logout" + app:flow_verticalGap="16dp" + app:flow_verticalStyle="packed" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + + + + + + + + + + + + + + + + + - - - + + + +