Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gotokatsuya/ParkedTextView

A editable text with a constant text/placeholder for Android.
https://github.com/gotokatsuya/ParkedTextView

Last synced: 2 months ago
JSON representation

A editable text with a constant text/placeholder for Android.

Awesome Lists containing this project

README

        

# ParkedTextView
A EditText with a constant text in the end.

![](https://github.com/gotokatsuya/ParkedTextView/blob/master/doc/demo-gif.gif)

## How to use

```xml

```

## Gradle

Coming soon.

```java
repositories {
jcenter()
}

dependencies {
compile 'com.github.goka.parkedtextview:parkedtextview:1.0.0'
}
```

## Release
1.0.0
First release.

## Reference
[ParkedTextField for iOS](https://github.com/gmertk/ParkedTextField)