[android-developers] Input method editor(IME) in fullscreen

2010-03-29 Thread Nithin
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

Re: [android-developers] Input method editor(IME) in fullscreen

2010-03-29 Thread Dianne Hackborn
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