-
Notifications
You must be signed in to change notification settings - Fork 74
Home
Vincent Mimoun-Prat edited this page Apr 30, 2015
·
6 revisions
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:
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).
- 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.