Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Rotating seems to break the layout #68

Open
jtietema opened this issue Aug 20, 2014 · 0 comments
Open

Rotating seems to break the layout #68

jtietema opened this issue Aug 20, 2014 · 0 comments

Comments

@jtietema
Copy link

When I rotate my device my layout disappears.

It seems that it calculates the childviews to early (first call to onMeasure and the sizes are 0 at that time.) Later calls to onMeasure contain the correct size of the view but we then skip the prepareLayout().

It feels like we are calling prepareLayout way to early.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant