I wrote code for one application.In that I wrote IME_ACTION_DONE for edit text.All other devices support for this action but in HTC desire I haven’t get this ‘done’ softkeyboard button.How can i get this soft button in HTC desire other wise please give me alternative for this done button functionality on EditText without lot of changes in my application to use with HTC.
I wrote code for one application.In that I wrote IME_ACTION_DONE for edit text.All other
Share
Your problem is not just with HTC. No IME implementation is obligated to support the action button. I am sure there are any number of soft keyboards, therefore, that will have the same effect.
Use a
Buttonwidget in the activity. Or, use an options menu choice. You needed that anyway, as hardware keyboards lack an action button, and so you need some UI for them as well.