From 7f9783aeb1d9f5cd3d12c904b6386350e3af3c51 Mon Sep 17 00:00:00 2001 From: RemoMeijer Date: Wed, 6 Jan 2021 20:09:11 +0100 Subject: [PATCH] Text on 65+ mode not in total distance anymore --- app/src/main/res/layout/fragment_route_detail.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"