Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chthai64 committed May 12, 2016
1 parent c061a63 commit fbeed02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Drag mode same_level:
#### Dependencies
```groovy
dependencies {
compile 'com.chauthai.swipereveallayout:swipe-reveal-layout:1.1.0'
compile 'com.chauthai.swipereveallayout:swipe-reveal-layout:1.2.0'
}
```

Expand Down Expand Up @@ -133,6 +133,10 @@ public class YourActivity extends Activity {

```viewBinderHelper.setOpenOnlyOne(boolean openOnlyOne)```: If ```openOnlyOne``` is set to true, you can only open one row at a time.

```viewBinderHelper.openLayout(String id)```: Open a layout. ```id``` is the id of the data object which is bind to the layout.

```viewBinderHelper.closeLayout(String id)```: Close a layout. ```id``` is the id of the data object which is bind to the layout.

### License
```
The MIT License (MIT)
Expand Down

0 comments on commit fbeed02

Please sign in to comment.