Possible Duplicate:
How to open numeric keyboard when click on EditText?
I have an activity with 4 EditText
to enter digits. I have already changed their types to numbers in its layout, but chars soft-keyboard shows up. How can I show the numeric keyboard when the activity starts?
Do any one have solution for this? thank you.