Skip to content

Commit

Permalink
Fix layout issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Aug 26, 2024
1 parent 3ab588f commit 0baf670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/loginGutterEnd"
app:layout_constraintStart_toStartOf="@id/loginGutterStart"
app:layout_constraintTop_toBottomOf="@id/ssoButtons"
app:layout_constraintTop_toBottomOf="@id/ssoButtonsHeader"
tools:signMode="signup" />

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 0baf670

Please sign in to comment.