Thanks Dianne,

Solved. just put setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI);

So in landscape mode, soft keyboard is not showing full screen, the
the edittext is visible and showing dots.

Nithin

On Mar 29, 12:15 pm, Dianne Hackborn <hack...@android.com> wrote:
> Set the input type to password.  This has the normal text view show dots,
> and the IME sees this and do so as well.
>
>
>
> On Sun, Mar 28, 2010 at 11:07 PM, Nithin <nithin.war...@gmail.com> wrote:
> > Hi,
>
> > In landscape mode, the soft keyboard(IME-input method editor) is
> > showing full screen and displaying the plain text. But my editText is
> > a password field. So how can I show dots instead of the actual
> > characters when the IME is in full screen. This happens in landscape
> > mode, in portrait , its working fine.
>
> > 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
>
> > To unsubscribe from this group, send email to android-developers+
> > unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> > ME" as the subject.
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to