staz69uk / scoresheet-android

Ice Hockey Scoresheet app for Android tablets
1 stars 0 forks source link

Constraints on EditText fields #27

Open staz69uk opened 8 years ago

staz69uk commented 8 years ago
<EditText
android:inputType="textFilter"
android:digits="@string/myAlphaNumeric" />

<string name="myAlphaNumeric">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789</string>

http://stackoverflow.com/questions/3349121/how-do-i-use-inputfilter-to-limit-characters-in-an-edittext-in-android