limit input fields on login activity to one line
This commit is contained in:
parent
6485f60cf8
commit
61f50b401f
3 changed files with 17 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue