ChaosLeung / PinView

A PIN view library for Android. Use to enter PIN/OTP/password etc.
Apache License 2.0
627 stars 119 forks source link

How to change echo character for password? #56

Open akinfopark opened 3 years ago

akinfopark commented 3 years ago

It shows a circle as echo character is it possible to change it to *

ChaosLeung commented 3 years ago

It can be achieve with setTransformationMethod. Have a look at AsteriskPasswordTransformationMethod that in MainActivity.

Aastha-dev commented 2 years ago

@ChaosLeung If we use version 1.4.3 then this setTransformationMethodmethod does not work.