From c3ab895a54fcfad040d71af27a9fb46efb533434 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 28 Mar 2022 11:39:01 +0100 Subject: [PATCH] adding missing inputType, fixes max lines and ime option not being taken into account --- .../src/main/res/layout/fragment_ftue_sign_up_combined.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/fragment_ftue_sign_up_combined.xml b/vector/src/main/res/layout/fragment_ftue_sign_up_combined.xml index 9986f0d9db..650a052c26 100644 --- a/vector/src/main/res/layout/fragment_ftue_sign_up_combined.xml +++ b/vector/src/main/res/layout/fragment_ftue_sign_up_combined.xml @@ -134,9 +134,9 @@ style="@style/Widget.Vector.Button.Outlined" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/ftue_auth_create_account_edit_server_selection" android:paddingLeft="1dp" android:paddingRight="1dp" + android:text="@string/ftue_auth_create_account_edit_server_selection" android:textAllCaps="true" app:layout_constraintBottom_toBottomOf="@id/selectedServerDescription" app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd" @@ -173,7 +173,8 @@