ExpandableLayout
ExpandableLayout copied to clipboard
After rotation (activity destroyed / recreated) expandable layer does not expand
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.