PinView icon indicating copy to clipboard operation
PinView copied to clipboard

How to change echo character for password?

Open akinfopark opened this issue 4 years ago • 2 comments

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

akinfopark avatar Sep 30 '20 09:09 akinfopark

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

ChaosLeung avatar Oct 05 '20 00:10 ChaosLeung

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

Aastha-dev avatar Nov 09 '21 10:11 Aastha-dev