Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

taig/floating-label-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floating Label Layout

CircleCI

A simple replication of the TextInputLayout from the Android design library

Download

sbt

libraryDependencies += "io.taig.android" % "floating-label-layout" % "[version]"

Gradle

dependencies {
    compile 'io.taig.android:floating-label-layout:[version]@aar'
}

Usage

<io.taig.android.widget.FloatingLabelLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:hint="My label string">

    <RadioGroup ... />

</io.taig.android.widget.FloatingLabelLayout>`

About

A simple replication of th TextInputLayout from the Android design library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published