-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second layout does not have the right height #5
Comments
I seem to have this problem as well. Second layout if a horizontal scrollview and yet the more items are added to the scrollview the taller the second layout gets. any fix ? |
Hi, I fixed the measuring function internally, it's released a new version |
Thanks @skydoves the child space issue has fixed. |
Please complete the following information:
I'm using this library inside a recyclerview. Each item in the recyclerview can be expanded, but the content of each item can vary, so the height is different for each item. The library seems to calculate the height for each item, however the height is not correct. For each item is always less the the real layout size.
Expected Behavior:
Since the content of each item is dynamic, the library should expose a method that can re mesure the height of the second layout.
The text was updated successfully, but these errors were encountered: