Possible Duplicate:
Stop EditText from gaining focus at Activity startup?
I have an activity has a EditText inside, and each time when the activity starts up, the EditText automatically get the focus.
I don't want the EditText gets the focus automatically, how can I do?