p

passwordedittext

An EditText subclass that allows the user to toggle the visibility of the password.
https://github.com/iTwenty/Android-PaswordEditText
The Apache License, Version 2.0
Jaydeep Joshi
Files download
File Operation
passwordedittext-1.0.0.pom download
passwordedittext-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.itwenty</groupId>
  <artifactId>passwordedittext</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.itwenty:passwordedittext:1.0.0'
Gradle Kotlin
implementation("com.github.itwenty:passwordedittext:1.0.0")
Scala SBT
libraryDependencies += "com.github.itwenty" % "passwordedittext" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.itwenty', module='passwordedittext', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.itwenty" name="passwordedittext" rev="1.0.0" />
Leiningen
[com.github.itwenty/passwordedittext "1.0.0"]
Apache Buildr
'com.github.itwenty:passwordedittext:jar:1.0.0'
Dependencies
The project has no third-party dependencies