ignoring negative margin required by the checkbox alignment

This commit is contained in:
Adam Brown 2022-06-27 17:54:45 +01:00
parent ef4889a1b3
commit 2a46fbe77c

View File

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