Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ackeecz/textinputlayout
Android implementation of TextInputLayout with greater support for outlined boxes
https://github.com/ackeecz/textinputlayout
android material-design ui-component
Last synced: 3 months ago
JSON representation
Android implementation of TextInputLayout with greater support for outlined boxes
- Host: GitHub
- URL: https://github.com/ackeecz/textinputlayout
- Owner: AckeeCZ
- Created: 2020-03-03T14:28:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T07:06:04.000Z (over 1 year ago)
- Last Synced: 2024-04-15T00:06:37.585Z (10 months ago)
- Topics: android, material-design, ui-component
- Language: Java
- Homepage:
- Size: 321 KB
- Stars: 20
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextInputLayout
[ ![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.ackeecz/TextInputLayout/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.ackeecz/TextInputLayout)
**TextInputLayout** is a library that provides a modified `TextInputLayout`
from Google's [Material Components for Android](
https://github.com/material-components/material-components-android).
Namely, it provides a component that has an outlined `EditText` with
hint and error, but does not cut out the border.**Please note** that only `TextInputLayout` and `TextInputEditText` are
supported.## Preview
![sample](./assets/sample.png)
### Example usage
```XML
```
### Download
Include it in your project with `implementation io.github.ackeecz:TextInputLayout:1.1.0`