From 0a0c32296395e86e147b3ee3c1407d3cbc7d0d19 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 13 Jun 2022 12:03:23 +0100 Subject: [PATCH] adding extra padding between reset button and checkbox to match designs --- .../main/res/layout/fragment_ftue_reset_password_input.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/fragment_ftue_reset_password_input.xml b/vector/src/main/res/layout/fragment_ftue_reset_password_input.xml index b0b28d40e9..c259180fd5 100644 --- a/vector/src/main/res/layout/fragment_ftue_reset_password_input.xml +++ b/vector/src/main/res/layout/fragment_ftue_reset_password_input.xml @@ -132,17 +132,18 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ftue_auth_sign_out_all_devices" - app:layout_constraintBottom_toTopOf="@id/newPasswordSubmit" + app:layout_constraintBottom_toTopOf="@id/entrySignOutAll" app:layout_constraintEnd_toEndOf="@id/newPasswordGutterEnd" app:layout_constraintHorizontal_bias="0" app:layout_constraintStart_toEndOf="@id/entrySignOutAll" - app:layout_constraintTop_toBottomOf="@id/newPasswordInput" /> + app:layout_constraintTop_toBottomOf="@id/entrySignOutAll" />