adding missing inputType, fixes max lines and ime option not being taken into account

This commit is contained in:
Adam Brown 2022-03-28 11:39:01 +01:00
parent 585ac4bf1f
commit c3ab895a54
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@
<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:layout_height="match_parent"
android:imeOptions="actionDone"
android:imeOptions="actionNext"
android:inputType="text"
android:maxLines="1" />
</com.google.android.material.textfield.TextInputLayout>