Reputation: 14835
I have seen these:
InputType.TYPE_CLASS_PHONE
InputType.TYPE_CLASS_TEXT
Are there more? What are they and what specifically do they display differently than the others?
Upvotes: 2
Views: 1721
Reputation: 42450
There's an entire list with descriptions on the Android InputType documentation page.
PS - It is the first search result when you google 'android inputtype'.
Upvotes: 7