diff --git a/app/src/main/res/layout/fragment_route_detail.xml b/app/src/main/res/layout/fragment_route_detail.xml index 3b051a4..3eb21d2 100644 --- a/app/src/main/res/layout/fragment_route_detail.xml +++ b/app/src/main/res/layout/fragment_route_detail.xml @@ -45,7 +45,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="20dp" - android:layout_marginTop="56dp" + android:layout_marginTop="20dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.6" app:layout_constraintStart_toStartOf="parent" @@ -69,6 +69,7 @@ android:id="@+id/total_distance" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginTop="20dp" android:background="@color/secondaryColour" android:text="@string/total_distance" android:textColor="@color/buttonColour"