Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert authored Aug 22, 2017
1 parent 5a7b1ed commit e8c0ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ expandableLayout.setCollapseListener(new ExpandCollapseListener.CollapseListener
## Add section or children
```java
Section<FruitCategory, Fruit> section = new Section<>();
//defaut is false
section.expanded = true;

FruitCategory fruitCategory = new FruitCategory("Fruits");
Fruit fruit1 = new Fruit("Apple");
Expand Down

0 comments on commit e8c0ece

Please sign in to comment.