Skip to content
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

Closed
ebonet-zz opened this issue Apr 27, 2014 · 4 comments
Closed

Last item doesn't expand #11

ebonet-zz opened this issue Apr 27, 2014 · 4 comments

Comments

@ebonet-zz
Copy link

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:

  1. Normal state
    device-2014-04-27-200131

  2. second group opens fine if first is not expanded
    device-2014-04-27-200157

  3. Expanding the first group takes the second to the very bottom of the parent LinearLayout.
    device-2014-04-27-200217

  4. Second group doens't expand.
    device-2014-04-27-200247

Thanks

@romtsn
Copy link

romtsn commented May 1, 2014

Have the same problem..

@Navakanth09
Copy link

I am having issue, did u find any solution?

@idunnololz
Copy link
Owner

Looking into it now.

On Tue, May 6, 2014 at 3:50 AM, Navakanth09 notifications@github.comwrote:

I am having issue, did u find any solution?


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-42275501
.

@idunnololz
Copy link
Owner

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.

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

No branches or pull requests

4 participants