Yes, I have set the password property to True.
The problem is when I enter text. The text above the keyboard is shown as plain text. When I leave the keyboard, the text is shown as dots in the EditText control. However, when I edit the text again, then the password is again shown as plain text above the keyboard.
The Masked EditText library would be an option, but I'm still hoping that it could be done with the standard EditText control.
Any idea how I can prevent the EditText control from revealing the password when the keyboard is on?
thanks!