From 5dbbacd140b3e4fa5ee26c03ef9a01a2ea4e660d Mon Sep 17 00:00:00 2001 From: Niels Gras Date: Wed, 15 May 2024 16:09:05 +0200 Subject: [PATCH] Update button ID in activity_end_screen.xml --- .../Fitbot/app/src/main/res/layout/activity_end_screen.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d4088fb..3ae57cc 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 @@ -31,13 +31,13 @@ android:layout_marginEnd="501dp" android:layout_marginBottom="50dp" android:text="Home" - app:layout_constraintBottom_toTopOf="@+id/continueButton2" + app:layout_constraintBottom_toTopOf="@+id/continueButton" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/myRectangleView" />