question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] - RecyclerView wrap_content problem

See original GitHub issue

When I set the recyclerView’s height to wrap_content Skeleton does not show up. But On match_parent and fixed height values everything works fine

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ericktijeroucommented, Jul 22, 2020

I’ve created a new issue (#14) related with DataBinding problem.

This issue (#9) has been solved. I’ll close it. 👍

Thanks again!

1reaction
ericktijeroucommented, Jul 21, 2020

@TurKurT656 Thanks for the sample project. I cloned it and fixed the second issue. Please try out 0.7.4 version.

Regarding the first issue, I couldn’t reproduce it, could you edit your sample project to demonstrate the first issue, because it’s difficult to figure out where problem is?

Read more comments on GitHub >

github_iconTop Results From Across the Web

RecyclerView doesn't properly wrap its content when it has a ...
RecyclerView doesn't properly wrap its content when it has a max height of WRAP_CONSTRAINT [128646026] - Visible to Public - Issue Tracker.
Read more >
android - RecyclerView cell wrap_content not working with ...
The issue is isolated to the layout, as the log below in FeedAdapter.kt displays the expected photo image URLs in bind of the...
Read more >
RecyclerView layout_width Not Set When Using wrap_content
I add more items to the recyclerView and reproduce the problem. This is because the recyclerView's height is larger than the include layout...
Read more >
RecyclerView HEIGHT=WRAP_CONTENT not working ...
A quick fix for this is to migrate the layout to RelativeLayout, define layout_above and layout_below attributes. Height can either be " ...
Read more >
RecyclerView.LayoutManager - Android Developers
Desired size of the child view, or MATCH_PARENT/WRAP_CONTENT. ... Report platform bug · Report documentation bug · Google Play support ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found