-
Notifications
You must be signed in to change notification settings - Fork 231
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
Last item doesn't expand #11
Comments
Have the same problem.. |
I am having issue, did u find any solution? |
Looking into it now. On Tue, May 6, 2014 at 3:50 AM, Navakanth09 notifications@github.comwrote:
|
Fixed in #15. Also as a note, I have noticed other annoying problems when the parent's container has the attribute WRAP_CONTENT as the layout height and I recommend highly against putting the AnimatedExpandableListView in a view that DOES NOT have a fixed height if it can be avoided. From the screenshots that I can see, it doesn't look like WRAP_CONTENT is even necessary. In any case, the issue has been fixed. |
So, I have the AnimatedExpandableListView inside a LinearLayout. When the last header is at the very bottom and there's nothing below it it doesn't increase the height of the LinearLayout. The arrow says it is collapsed (and in thruth it is, we just can't see the items).
The behaviour is seen below:
Normal state
second group opens fine if first is not expanded
Expanding the first group takes the second to the very bottom of the parent LinearLayout.
Second group doens't expand.
Thanks
The text was updated successfully, but these errors were encountered: