Skip to content

Commit

Permalink
Merge branch 'master' of github.com:traex/ExpandableLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chutaux Robin committed Sep 17, 2014
2 parents c4f823a + 1f0de1f commit 7180094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The lib is available on Maven Central, you can find it with [Gradle, please](htt
``` xml

dependencies {
compile 'com.github.traex.expandablelayout:library:1.0'
compile 'com.github.traex.expandablelayout:library:1.1'
}

```
Expand All @@ -34,6 +34,8 @@ Declare an ExpandableLayout inside your XML layout file. You also need to other

```

You can call dynamically `open`, `close` and `isOpened` from an ExpandableLayout object.

### Customization

You can change duration of the animation:
Expand Down

0 comments on commit 7180094

Please sign in to comment.