limit input fields on login activity to one line

This commit is contained in:
dkanada 2020-06-17 14:59:01 +09:00
commit 61f50b401f
3 changed files with 17 additions and 2 deletions

View file

@ -32,6 +32,7 @@
android:layout_marginEnd="32dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:inputType="textShortMessage"
android:hint="@string/username" />
</com.google.android.material.textfield.TextInputLayout>
@ -65,6 +66,7 @@
android:layout_marginEnd="32dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:inputType="textShortMessage"
android:hint="@string/server" />
</com.google.android.material.textfield.TextInputLayout>