8000 GitHub - ar-android/FloatingLabelEditText: Floating label edittext android library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ar-android/FloatingLabelEditText

Repository files navigation

FloatingLabelEditText

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

About

Floating label edittext android library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0