1
0

Add fields validation in mobile api login (#629)

This commit is contained in:
Mikołaj Pich
2019-12-31 17:31:26 +01:00
committed by Rafał Borcz
parent 6be801d4a8
commit 4df245755a
8 changed files with 105 additions and 14 deletions

View File

@ -188,8 +188,6 @@
android:id="@+id/loginFormToken"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeActionLabel="@string/login_sign_in"
android:imeOptions="actionDone"
android:inputType="textCapCharacters"
android:maxLines="1" />
</com.google.android.material.textfield.TextInputLayout>