/SkyTextInputLayout

A simple alternative to Android Design Support Library's TextInputLayout. This view is built to use in SkyPremium Android App.

Primary LanguageJavaApache License 2.0Apache-2.0

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'
}