Fix crash when enter long phone number on registration.
This commit is contained in:
parent
9333e4fb68
commit
1376b4c0b8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
android:background="@color/transparent"
|
android:background="@color/transparent"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:inputType="phone"
|
android:inputType="phone"
|
||||||
|
android:maxLength="18"
|
||||||
android:saveEnabled="false"
|
android:saveEnabled="false"
|
||||||
android:hint="@string/RegistrationActivity_phone_number_description"
|
android:hint="@string/RegistrationActivity_phone_number_description"
|
||||||
tools:text="867-5309" />
|
tools:text="867-5309" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue