We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be6e6e4 + ef11cae commit 830fcffCopy full SHA for 830fcff
README.md
@@ -59,6 +59,9 @@ expandableLayout.setCollapseListener(new ExpandCollapseListener.CollapseListener
59
```java
60
Section<FruitCategory, Fruit> section = new Section<>();
61
62
+//defaut is false
63
+section.expanded = true;
64
+
65
FruitCategory fruitCategory = new FruitCategory("Fruits");
66
Fruit fruit1 = new Fruit("Apple");
67
Fruit fruit2 = new Fruit("Orange");
0 commit comments