ShowEdittextPassword

Additional

Language
Java
Version
N/A
Created
Jul 23, 2014
Updated
Jun 6, 2016 (Retired)
Owner
Ala Hammad (alahammad)
Contributors
Ala Hammad (alahammad)
Tim Horton (teneighty)
2
Activity
Badge
Generate
Download
Source code

Advertisement

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!