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 @@ <?xml version="1.0" encoding="utf-8"?> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" style="@style/LoginFormScrollView" android:layout_height="match_parent" android:background="?android:colorBackground" @@ -124,7 +125,8 @@ app:layout_constraintEnd_toEndOf="@id/newPasswordGutterEnd" app:layout_constraintHorizontal_bias="0" app:layout_constraintStart_toStartOf="@id/newPasswordGutterStart" - app:layout_constraintTop_toBottomOf="@id/newPasswordInput" /> + app:layout_constraintTop_toBottomOf="@id/newPasswordInput" + tools:ignore="NegativeMargin" /> <TextView android:id="@+id/signOutAllLabel"