From 2a46fbe77cb2ba1aea3a0fa4d2989a8f9f93e100 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 27 Jun 2022 17:54:45 +0100 Subject: [PATCH] ignoring negative margin required by the checkbox alignment --- .../main/res/layout/fragment_ftue_reset_password_input.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 c259180fd5..0907a517d9 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 @@ -1,6 +1,7 @@ + app:layout_constraintTop_toBottomOf="@id/newPasswordInput" + tools:ignore="NegativeMargin" />