cachapa / ExpandableLayout

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

Starting expanded #86

Closed gustavobrunoro closed 3 years ago

gustavobrunoro commented 3 years ago

How could I do for the first item of the recycleview I have already expanded without a problem in the others

cachapa commented 3 years ago

Simply call expand(false) on the first item of your recycler view.