Skip to content
Vincent Mimoun-Prat edited this page Apr 30, 2015 · 6 revisions

Usage

Including the library

The easiest way to get the library included in your project is by using Gradle. Simply add the following line to your dependencies block:

dependencies {
    compile 'com.marvinlabs:android-floatinglabel-widgets:X.Y.Z@aar'
}

Here is the latest X.Y.Z version number: Maven Central

Of course, you can replace the version number by whichever version you need (you can have a look at this repository's tags to know which is the latest).

Requirements

  • The library requires Android SDK 15+ (which as of today means more or less 93% of devices).
  • The library makes use of the AppCompat library from Google.
Clone this wiki locally