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

How can I show ListView or RecyclerView inside secondLayout? #2

Closed
Pirokar opened this issue Oct 1, 2019 · 3 comments
Closed

How can I show ListView or RecyclerView inside secondLayout? #2

Pirokar opened this issue Oct 1, 2019 · 3 comments

Comments

@Pirokar
Copy link

Pirokar commented Oct 1, 2019

My implementation not work.
https://prnt.sc/pdgzsa https://prnt.sc/pdgzxy
When I expanding parentLayout, there is no list. But if I put a button there, I see the button and first item of recyclerView

@Pirokar Pirokar changed the title How can I show ListView or RecyvlerView inside secondLayout? How can I show ListView or RecyclerView inside secondLayout? Oct 1, 2019
@skydoves
Copy link
Owner

skydoves commented Oct 1, 2019

@Pirokar
Hi, thank you for your issue.
It seems the second layout could not measure the RecyclerView's height correctly.
Could you try again with the fixed height size of RecyclerView's item? like this.

@Pirokar
Copy link
Author

Pirokar commented Oct 1, 2019

@skydoves yes, it works with fixed height size. But I need NOT fixed height, depending of content size.

@skydoves
Copy link
Owner

skydoves commented Oct 3, 2019

@Pirokar
Fixed and released a new version 1.0.1.
Thank you :)

@skydoves skydoves closed this as completed Oct 5, 2019
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

2 participants