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
- Host: GitHub
- URL: https://github.com/talebrafiepour/passfield
- Owner: TalebRafiepour
- Created: 2019-07-29T10:25:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T10:41:06.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T13:47:32.746Z (over 1 year ago)
- Topics: android, edittext, edittextview, field, kotlin, passfield, password, password-edittext, passwordedittext, security
- Language: Kotlin
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PassField
Password EditText for Android with supporting custom font asset src

### 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
```
```