No. This is a feature of the input method.

See: 
http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html#attr_android:keyPreviewLayout

Why should you change how a user has configured their IME?

Just because it's a secure text box, doesn't mean that a user
shouldn't be able to get feedback on what they're typing, particularly
when they can't see the chars in the text box.

On Jan 23, 2:22 pm, genxsol <genx...@gmail.com> wrote:
> could anyone please help me to solve the problem below?
>
> I have set my edittext to accept passwords by android:password="true"
> problem is , when i press any key on softkeyboard, it displays the
> pressed key on popup as well.
>
> is it possible to force the keyboard not to display pressed key popup?
>
> Thanks in advance for the help

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