ignoring negative margin required by the checkbox alignment
This commit is contained in:
parent
ef4889a1b3
commit
2a46fbe77c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user