Simple Floating label edittext android library
Ispired by this
##Ge It From jitpack.io
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.ar-android:FloatingLabelEditText:0.2'
}
##How to use
In your layout
<com.ahmadrosid.library.FloatingLabelEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:editText_hint="Floating text label"/>
More avaliable attribute xml
app:editText_color
app:editText_size