AAkira / ExpandableLayout

[Deprecated] An android library that brings the expandable layout with various animation. You can include optional contents and use everywhere.
Apache License 2.0
1.65k stars 325 forks source link

After rotation (activity destroyed / recreated) expandable layer does not expand #103

Open akent opened 7 years ago

akent commented 7 years ago

I think it has to do with the onMeasure calculations not being correct after rotation.

If anyone else has this issue, I switched to using https://github.com/cachapa/ExpandableLayout instead, similar functionality and works fine on rotation.