From d1bafc531e66ee393b1f349a2caff2c96fb0141c Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 9 May 2022 16:03:47 +0100 Subject: [PATCH] removing input footer fields, they're only needed for sign up, not login --- .../layout/fragment_ftue_combined_login.xml | 32 +++---------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/vector/src/main/res/layout/fragment_ftue_combined_login.xml b/vector/src/main/res/layout/fragment_ftue_combined_login.xml index 2ca288b715..992e5c77b5 100644 --- a/vector/src/main/res/layout/fragment_ftue_combined_login.xml +++ b/vector/src/main/res/layout/fragment_ftue_combined_login.xml @@ -134,7 +134,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:hint="@string/username" - app:layout_constraintBottom_toTopOf="@id/loginEntryFooter" + app:layout_constraintBottom_toTopOf="@id/entrySpacing" app:layout_constraintEnd_toEndOf="@id/loginGutterEnd" app:layout_constraintStart_toStartOf="@id/loginGutterStart" app:layout_constraintTop_toBottomOf="@id/serverSelectionSpacing"> @@ -149,25 +149,13 @@ - - + app:layout_constraintTop_toBottomOf="@id/loginInput" /> @@ -189,25 +177,13 @@ - - + app:layout_constraintTop_toBottomOf="@id/loginPasswordInput" />