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 d8a48fd..c2e3033 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
@@ -8,13 +8,14 @@
tools:context=".ui.activities.HelpActivity">
@@ -26,8 +27,8 @@
android:layout_marginBottom="40dp"
android:background="@drawable/border_background_3"
android:orientation="vertical"
- android:paddingVertical="15dp"
android:paddingHorizontal="20dp"
+ android:paddingVertical="15dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
@@ -56,27 +57,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/voltooid"
- android:textAlignment="center"/>
-
-
-
-
-
+ android:textAlignment="center" />
@@ -85,8 +66,8 @@
android:id="@+id/homeButtonEndScreen"
android:layout_width="150dp"
android:layout_height="75dp"
- android:layout_marginEnd="280dp"
- android:layout_marginBottom="30dp"
+ android:layout_marginEnd="404dp"
+ android:layout_marginBottom="48dp"
android:background="@drawable/red_button_gradient"
android:drawableTop="@drawable/ic_baseline_home_48"
android:drawableTint="@color/white"
@@ -94,20 +75,4 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
-
-
-
\ No newline at end of file