An open API service indexing awesome lists of open source software.

https://github.com/talebrafiepour/passfield

Password EditText for Android with supporting custom font asset src
https://github.com/talebrafiepour/passfield

android edittext edittextview field kotlin passfield password password-edittext passwordedittext security

Last synced: about 2 months ago
JSON representation

Password EditText for Android with supporting custom font asset src

Awesome Lists containing this project

README

          

# PassField
Password EditText for Android with supporting custom font asset src

passField

### Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
### Step 2. Add the dependency

```
dependencies {
implementation 'com.github.TalebRafiepour:PassField:1.0.0'
}
```

### sample

```

```