floating-label-layout


License

License

MIT
GroupId

GroupId

io.taig.android
ArtifactId

ArtifactId

floating-label-layout
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

aar
Description

Description

floating-label-layout
floating-label-layout
Project URL

Project URL

https://github.com/taig/floating-label-layout
Project Organization

Project Organization

io.taig.android
Source Code Management

Source Code Management

https://github.com/taig/floating-label-layout

Download floating-label-layout

How to add to project

<!-- https://jarcasting.com/artifacts/io.taig.android/floating-label-layout/ -->
<dependency>
    <groupId>io.taig.android</groupId>
    <artifactId>floating-label-layout</artifactId>
    <version>1.3.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.taig.android/floating-label-layout/
implementation 'io.taig.android:floating-label-layout:1.3.1'
// https://jarcasting.com/artifacts/io.taig.android/floating-label-layout/
implementation ("io.taig.android:floating-label-layout:1.3.1")
'io.taig.android:floating-label-layout:aar:1.3.1'
<dependency org="io.taig.android" name="floating-label-layout" rev="1.3.1">
  <artifact name="floating-label-layout" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.taig.android', module='floating-label-layout', version='1.3.1')
)
libraryDependencies += "io.taig.android" % "floating-label-layout" % "1.3.1"
[io.taig.android/floating-label-layout "1.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » design jar 27.1.1

Project Modules

There are no modules declared in this project.

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>`

Versions

Version
1.3.1
1.2.0
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0