Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`