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? |
|||||||||
|
|
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 :-) |
|||||
|