cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 273 forks source link

How can expand the fist group programatically? #96

Closed renesotolira closed 2 years ago

renesotolira commented 2 years ago

How can expand the fist group programatically?

cachapa commented 2 years ago

Just call the expand() method: https://github.com/cachapa/ExpandableLayout/blob/master/demo/src/main/java/net/cachapa/expandablelayoutdemo/AccordionFragment.java#L50