Where can I find the values that inputType can have?
I'm aware of http://developer.android.com/reference/android/text/InputType.html, but how should the values look like in layout xml files?
|
Where can I find the values that inputType can have? I'm aware of http://developer.android.com/reference/android/text/InputType.html, but how should the values look like in layout xml files?
| |||
|
feedback
|
|
You can use the properties tab in eclipse to set various values. here are all the possible values
For more info refer to the link in @Josh 's comment :-) | |||||
feedback
|
|
A bit late in the day, but I think this might be what you're looking for: http://developer.android.com/reference/android/R.attr.html | |||
|
feedback
|
|
This may be what you're lookng for: http://developer.android.com/reference/android/R.styleable.html#TextView_inputType | |||
|
feedback
|