From f3450b8f1046c827eb47a5d729a2dbd8d7b6011a Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Sun, 17 Jan 2021 16:43:39 +0100 Subject: [PATCH] Center the terms link on the welcome fragment for long translations. --- app/src/main/res/layout/fragment_registration_welcome.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_registration_welcome.xml b/app/src/main/res/layout/fragment_registration_welcome.xml index 956b6668f..fa6eb3c92 100644 --- a/app/src/main/res/layout/fragment_registration_welcome.xml +++ b/app/src/main/res/layout/fragment_registration_welcome.xml @@ -36,6 +36,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="24dp" android:text="@string/RegistrationActivity_terms_and_privacy" + android:gravity="center" android:textColor="@color/core_ultramarine" app:layout_constraintBottom_toTopOf="@+id/welcome_continue_button" app:layout_constraintEnd_toEndOf="@+id/welcome_continue_button" @@ -73,4 +74,4 @@ app:layout_constraintStart_toStartOf="@+id/welcome_continue_button" tools:visibility="visible" /> - \ No newline at end of file +