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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

