//the keyboard now ((InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(v.getWindowToken(), 0);
On Apr 7, 10:09 am, [email protected] wrote: > Hello, > Is there a way to configure the virtual keyboard to "hide" once the return > key is pressed? I have numerous EditText fields in my application and I want > the user to be able to enter a single line value, press return, and the > keyboard goes away. > Is there a way to override the virtual keyboard return key? > Thank you very much! > Dan > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

