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