Thanks carlos..

On May 28, 6:43 pm, Carlos Silva <r3...@r3pek.org> wrote:
> On Fri, May 28, 2010 at 14:41, Nithin <nithin.war...@gmail.com> 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 android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> > 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to