Hi all. I'm attempting to add the 'Done' button to the soft keyboard,
when an EditText is activated. I use:

android:imeOptions="actionDone"  (in the XML)

and...

input.setImeOptions(EditorInfo.IME_ACTION_DONE);   (in the code)

However, I am seeing no difference to the standard keyboard.


I read somewhere that the device manufacturers (HTC in this case) are
building their own implementations of the soft keyboard, which ignore
these options. I'm testing on a Nexus One and a Hero.

Can anyone confirm this? Am I doing something wrong?

-- 
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

Reply via email to