I have a requirement in which when the user enters a text in an EditText it should display asterisk/dot. I have tried using inputType as textPassword. If I use the inputType, first it will display the character, and then change to asterisk/dot. What I need is the character should not be displayed and it should show only the asterisk/dot.
Can someone please help me to achieve this?