From ef11cae24f39eae3f856abc01ad4423254582231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C5=9Eim=C5=9Fek?= Date: Tue, 22 Aug 2017 14:27:52 +0300 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 000c396..7552324 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ expandableLayout.setCollapseListener(new ExpandCollapseListener.CollapseListener ## Add section or children ```java Section section = new Section<>(); + //defaut is false section.expanded = true;