From 1f0de1f83358888eb913029ee06ae958f628eacf Mon Sep 17 00:00:00 2001 From: Robin Chutaux Date: Wed, 17 Sep 2014 12:55:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd01d33..f217181 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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: