Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 419 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 419 Bytes

SkyTextInputLayout

SkyTextInputLayout is a simple and customizable alternative of Android TextInputLayout.

Usage

Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
Add the dependency
dependencies
{
    compile 'com.github.Johnsonmaung:SkyTextInputLayout:v1.0.0-beta.6'
}