https://github.com/ablomer/suffixedittext
Android EditText with suffix functionality
https://github.com/ablomer/suffixedittext
android android-library edittext kotlin view
Last synced: about 1 month ago
JSON representation
Android EditText with suffix functionality
- Host: GitHub
- URL: https://github.com/ablomer/suffixedittext
- Owner: ablomer
- Created: 2020-01-17T01:56:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T01:12:14.000Z (over 6 years ago)
- Last Synced: 2025-08-04T20:19:50.930Z (11 months ago)
- Topics: android, android-library, edittext, kotlin, view
- Language: Kotlin
- Homepage:
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuffixEditText
[](https://android-arsenal.com/api?level=14)
[](https://travis-ci.com/ablomer/SuffixEditText)
[](https://jitpack.io/#ablomer/SuffixEditText)
Android EditText with suffix functionality

## Import
### Gradle
Add the JitPack repository to your root build.gradle file
```gradle
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency
```gradle
dependencies {
implementation 'com.github.ablomer:SuffixEditText:1.1.1'
}
```
### Maven
Add the JitPack repository to your build file
```xml
jitpack.io
https://jitpack.io
```
Add the dependency
```xml
com.github.ablomer
SuffixEditText
1.1.1
```
## Usage
```xml
```