Ok...So now I wonder how I can get the soft keyboard to have the Done
button.

It seems the InputType.TYPE_TEXT_VARIATION_PASSWORD gave the keyboard
the done button.  Is there another input type I can use that will keep
the password hidden, but give me the done button?

On Jul 29, 4:17 pm, junker37 <junke...@gmail.com> wrote:
> Thanks...That did it...I saw another post somewhere that setInputType
> (InputType.TYPE_TEXT_VARIATION_PASSWORD) was the way to do it for
> 1.5...Apparentl not.
>
> On Jul 29, 3:26 pm, Jack Ha <jack...@t-mobile.com> wrote:
>
>
>
> > Have you tried removing the setInputType() call?
>
> > --
> > Jack Ha
> > Open Source Development Center
> > ・T・ ・ ・Mobile・ stick together
>
> > The views, opinions and statements in this email are those of
> > the author solely in their individual capacity, and do not
> > necessarily represent those of T-Mobile USA, Inc.
>
> > On Jul 29, 12:49 pm, junker37 <junke...@gmail.com> wrote:
>
> > > I can not get an EditText view to transform a password.
>
> > > Here's the creation of my view:
>
> > >                 final EditText passwordEditText = new EditText(context);
> > >                 passwordEditText.setTransformationMethod
> > > (PasswordTransformationMethod.getInstance());
> > >                 passwordEditText.setInputType
> > > (InputType.TYPE_TEXT_VARIATION_PASSWORD);
>
> > > What I see on the screen is what I type.  The text is not transformed.
>
> > > What am I doing wrong?
--~--~---------~--~----~------------~-------~--~----~
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