On Fri, May 28, 2010 at 14:41, Nithin <[email protected]> wrote:

> Hi,
>
> I have a editText. In this, I want to set two ImeOptions as
>
> textInput.setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI);
> textInput.setImeOptions(EditorInfo.IME_ACTION_DONE);
>

 textInput.setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI
| EditorInfo.IME_ACTION_DONE);


> But I can't do this, as it will overwrite and only the last one will
> take. How can I do these two actions.
>
> Nithin
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

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