diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml
index eb8215e..5d359cd 100644
--- a/app/src/main/res/layout/fragment_profile.xml
+++ b/app/src/main/res/layout/fragment_profile.xml
@@ -13,156 +13,158 @@
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
-
-
-
-
-
+
-
-
-
-
+ 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_"
+ app:layout_constraintBottom_toTopOf="@+id/title"
+ app:layout_constraintTop_toTopOf="parent" />
-
-
-
-
-
-
-
-
-
+ 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" />
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+