diff --git a/code/src/Fitbot/.idea/misc.xml b/code/src/Fitbot/.idea/misc.xml
index bfea9c1..6d5e29f 100644
--- a/code/src/Fitbot/.idea/misc.xml
+++ b/code/src/Fitbot/.idea/misc.xml
@@ -31,9 +31,10 @@
-
+
+
-
+
diff --git a/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml b/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml
index 86e1b0d..0fb955b 100644
--- a/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml
+++ b/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/code/src/Fitbot/app/src/main/res/drawable/help_background.xml b/code/src/Fitbot/app/src/main/res/drawable/help_background.xml
index 721f4a6..7ea69e6 100644
--- a/code/src/Fitbot/app/src/main/res/drawable/help_background.xml
+++ b/code/src/Fitbot/app/src/main/res/drawable/help_background.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml b/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml
index 6cb4761..ab53096 100644
--- a/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml
+++ b/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml
@@ -1,77 +1,108 @@
+ android:background="@color/darkBlue"
+ tools:context=".ui.activities.HelpActivity">
-
+ app:layout_constraintTop_toTopOf="parent">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:id="@+id/homeButtonEndScreen"
+ android:layout_width="150dp"
+ android:layout_height="75dp"
+ android:layout_marginEnd="280dp"
+ android:background="@drawable/red_button_gradient"
+ android:drawableTop="@drawable/ic_baseline_home_48"
+ android:drawableTint="@color/white"
+ android:padding="15dp"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent" />
+ app:layout_constraintStart_toStartOf="parent" />
-
-
-
\ No newline at end of file
diff --git a/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml b/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml
index 2c8b70c..4d3e7f8 100644
--- a/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml
+++ b/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml
@@ -10,30 +10,41 @@ android:fitsSystemWindows="true"
tools:context=".ui.activities.FitnessActivity"
tools:openDrawer="start">
-
-
-
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent">
+
+
+
+
+
+