A custom EditText view with a eye button whenever user types in the password, functionality of eye is to see the password.
To use just add the below lines in build.gradle app and in project.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency:
dependencies {
implementation 'com.github.Harshjain2094:CustomPasswordEditText:1.01'
}