Ethan Allen
Ethan Allen

Reputation: 14835

What are the different keyboard types in Android?

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

Answers (1)

Ayush
Ayush

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

Related Questions