cachapa / ExpandableLayout

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

Can I expand multiple views at the same time? #82

Closed pierrekhouryy closed 4 years ago

pierrekhouryy commented 4 years ago

right now if I have an expanded view in a recycler view, and I try to expand another one, the first one is collapsed. I want to have to have multiple views expanded at the same time. Is this possible ?

cachapa commented 4 years ago

I don't understand the question. Each ExpandableLayout works independently from the others.

Are you referring to the recyclerview example in the repository? You can remove the logic which collapses items when another is selected.

pierrekhouryy commented 4 years ago

Hello, Thanks for your reply! And yes I am referring to the recycler view example, I don’t know how to remove the logic , and I don’t seem to find a documentation on how to do that, can you help me with that ? Thanks a lot,

On Jan 3, 2020, at 6:01 PM, Daniel Cachapa notifications@github.com wrote:

I don't understand the question. Each ExpandableLayout works independently from the others.

Are you referring to the recyclerview example in the repository? You can remove the logic which collapses items when another is selected.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cachapa/ExpandableLayout/issues/82?email_source=notifications&email_token=ALQWDIMPMMYUEVIX2HFBPWDQ35OOZA5CNFSM4KCLQQ6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIBOI4A#issuecomment-570614896, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALQWDIOJ7SG4ESE7JLBW7W3Q35OOZANCNFSM4KCLQQ6A.

cachapa commented 4 years ago

You'd be better off directing these sorts of questions to StackOverflow. This issue tracker is intended for reporting bugs in the library, not general support.