Fixed that for customer id no letters could be entered

This commit is contained in:
dankl 2020-01-19 16:20:30 +01:00 committed by dankito
parent d6a5c3f09a
commit 906557b480
1 changed files with 1 additions and 1 deletions

View File

@ -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>