diff --git a/app/src/main/res/drawable/baseline_edit_24.xml b/app/src/main/res/drawable/baseline_edit_24.xml
deleted file mode 100644
index cda469a..0000000
--- a/app/src/main/res/drawable/baseline_edit_24.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
diff --git a/app/src/main/res/drawable/logout.xml b/app/src/main/res/drawable/logout.xml
new file mode 100644
index 0000000..c95cd7a
--- /dev/null
+++ b/app/src/main/res/drawable/logout.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/order_history.xml b/app/src/main/res/drawable/order_history.xml
new file mode 100644
index 0000000..9c19202
--- /dev/null
+++ b/app/src/main/res/drawable/order_history.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/pencil.xml b/app/src/main/res/drawable/pencil.xml
new file mode 100644
index 0000000..5fd7b2f
--- /dev/null
+++ b/app/src/main/res/drawable/pencil.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/profile_avatar.png b/app/src/main/res/drawable/profile_avatar.png
new file mode 100644
index 0000000..0989209
Binary files /dev/null and b/app/src/main/res/drawable/profile_avatar.png differ
diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml
index 48069e0..09b6079 100644
--- a/app/src/main/res/layout/fragment_profile.xml
+++ b/app/src/main/res/layout/fragment_profile.xml
@@ -1,21 +1,235 @@
-
-
+ android:layout_height="wrap_content"
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintBottom_toBottomOf="parent"
+ android:visibility="gone"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:text="Sign in"
+ tools:ignore="MissingConstraints" />
-
\ No newline at end of file
+
\ No newline at end of file