Small improvement

This commit is contained in:
M66B 2020-11-11 14:13:57 +01:00
parent 84a502f2db
commit 2187e526af
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
android:background="@null"
android:hint="user"
android:imeOptions="actionNext|flagNoFullscreen"
android:inputType="text"
android:inputType="text|textEmailAddress"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toStartOf="@+id/tvDomain"
app:layout_constraintStart_toStartOf="parent"