Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
Added Gradle dependency info
Browse files Browse the repository at this point in the history
The README now shows how this library can be added to an Android Studio project using Gradle dependencies. It also refers to the Stack Overflow question this library answers.

Fixes #1
  • Loading branch information
Farbod Salamat-Zadeh authored and Farbod Salamat-Zadeh committed Dec 24, 2015
1 parent 457eb28 commit e3103f8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# LabelledSpinner
A Spinner component with a floating label for Android, similar to EditText components wrapped in a TextInputLayout.
A Spinner component with a floating label for Android, similar to EditText components wrapped in a TextInputLayout. It answers [this question on Stack Overflow](http://stackoverflow.com/questions/31625620/floating-label-spinner)

## Gradle (Android Studio)
You can add this Android library to your Gradle dependencies.

To do so, add the following to your app module's `build.gradle` file:

```
dependencies {
...
compile 'com.farbod.labelledspinner:labelledspinner:0.9.1'
}
```

0 comments on commit e3103f8

Please sign in to comment.