SkyTextInputLayout is a simple and customizable alternative of Android TextInputLayout.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies
{
compile 'com.github.Johnsonmaung:SkyTextInputLayout:v1.0.0-beta.6'
}