ShowEdittextPassword
EditText component for Android that can be show password with new concept.
press on eye to show hidden password.
Screen shot :
when text is empty:
Install :
Add the specific repository to your build file:
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.alahammad:ShowEdittextPassword:9a6e06edfc'
}
That's it!