Stop crash on pasting long numbers as country code
//FREEBIE Closes #2311
This commit is contained in:
parent
724dced820
commit
d36d33f837
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
|||
android:singleLine="true"
|
||||
android:gravity="center"
|
||||
android:inputType="phone"
|
||||
android:digits="0123456789" />
|
||||
android:digits="0123456789"
|
||||
android:maxLength="3" />
|
||||
|
||||
<EditText android:id="@+id/number"
|
||||
android:layout_width="0dip"
|
||||
|
|
Loading…
Add table
Reference in a new issue