Fixed that for customer id no letters could be entered
This commit is contained in:
parent
d6a5c3f09a
commit
906557b480
|
@ -52,7 +52,7 @@
|
|||
android:id="@+id/edtxtCustomerId"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dialog_add_account_edit_text_height"
|
||||
android:inputType="number"
|
||||
android:inputType="text"
|
||||
/>
|
||||
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
|
Loading…
Reference in New Issue