PinView
PinView copied to clipboard
How to change echo character for password?
It shows a circle as echo character is it possible to change it to *
It can be achieve with setTransformationMethod
. Have a look at AsteriskPasswordTransformationMethod that in MainActivity.
@ChaosLeung If we use version 1.4.3 then this setTransformationMethod
method does not work.