I have an EditText. My imeOptions attribute for the EditText is actionGo. What do I have to do to make it display a '.com' key?
| ||||
|
feedback
|
|
This is controlled by android:inputType i think.
Try | |||||
|
feedback
|
|
For this you have to provide your edittext with input type attribute to do this.
| |||||
|
feedback
|