From 059b2a5424c7766bcf3f7e88ac8043428206c134 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Fri, 8 Apr 2022 16:20:25 +0100 Subject: [PATCH] updating copy and spacing to match designs --- .../src/main/res/layout/fragment_ftue_login_terms.xml | 10 +++++----- vector/src/main/res/values/donottranslate.xml | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vector/src/main/res/layout/fragment_ftue_login_terms.xml b/vector/src/main/res/layout/fragment_ftue_login_terms.xml index 1a6de5e1ec..7101ba7546 100644 --- a/vector/src/main/res/layout/fragment_ftue_login_terms.xml +++ b/vector/src/main/res/layout/fragment_ftue_login_terms.xml @@ -59,7 +59,7 @@ android:layout_height="wrap_content" android:layout_marginTop="16dp" android:gravity="center" - android:text="Our privacy policy" + android:text="@string/ftue_auth_terms_title" android:textColor="?vctr_content_primary" app:layout_constraintBottom_toTopOf="@id/displayNameHeaderSubtitle" app:layout_constraintEnd_toEndOf="@id/displayNameGutterEnd" @@ -73,7 +73,7 @@ android:layout_height="wrap_content" android:layout_marginTop="8dp" android:gravity="center" - android:text="@string/auth_accept_policies" + android:text="@string/ftue_auth_terms_subtitle" android:textColor="?vctr_content_secondary" app:layout_constraintBottom_toTopOf="@id/titleContentSpacing" app:layout_constraintEnd_toEndOf="@id/displayNameGutterEnd" @@ -93,8 +93,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" app:layout_constraintBottom_toTopOf="@id/entrySpacing" - app:layout_constraintEnd_toEndOf="@id/displayNameGutterEnd" - app:layout_constraintStart_toStartOf="@id/displayNameGutterStart" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/titleContentSpacing" />