Skip to content

harshjain-dev/CustomPasswordEditText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomPasswordEditText

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'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages