update input validation on login page
This commit is contained in:
parent
5b7d2600c5
commit
5e97922824
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
android:id="@+id/username"
|
android:id="@+id/username"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="textShortMessage"
|
android:inputType="textNoSuggestions"
|
||||||
android:hint="@string/username" />
|
android:hint="@string/username" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
android:id="@+id/server"
|
android:id="@+id/server"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="textNoSuggestions"
|
android:inputType="textUri"
|
||||||
android:hint="@string/server" />
|
android:hint="@string/server" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue