[android-developers] Re: Changing IME Done button

2009-09-10 Thread Brady
Howdy, anyone have any luck with setting the IME Next button? Thanks, Brady --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Changing IME Done button

2009-09-10 Thread Dianne Hackborn
You can't set it to anything you want, you can only specify one of the standard actions. This is because the UI for the keyboard is highly constrained and it is not practical for it to try to accept arbitrary input there. On Tue, Sep 8, 2009 at 10:52 AM, Brady brady.kro...@gmail.com wrote: Hi

[android-developers] Re: Changing IME Done button

2009-09-08 Thread Dianne Hackborn
Use android:imeOptions to control the button inside of the keyboard: http://developer.android.com/reference/android/widget/TextView.html#attr_android:imeActionLabel http://developer.android.com/reference/android/widget/TextView.html#attr_android:imeActionLabelThe full label is only displayed when

[android-developers] Re: Changing IME Done button

2009-09-08 Thread Brady
Hi Dianne, thank you for your response. I'm sorry if I'm being bone-headed here :) but is the only way to see my custom button text, set in android:imeActionLabel is when the IME is shown in fullscreen? Also which of the imeOption do I set to have a custom action? None of the imeOptions listed