thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

RealmRecyclerView in NestedScrollView - layout_height="wrap_content" #84

Closed rikochet closed 5 years ago

rikochet commented 8 years ago

When using layout_height="wrap_content" on a RealmRecyclerView in a NestedScrollView the height of the RealmRecyclerView appears to be 0.

When using a normal RecyclerView wrap_content works fine. I am guessing this has something to do with the FrameLayout wrapped around the RealmRecyclerView.

Are you aware of any way around this?

EDIT: I just realised this appear to be a similar request to issue #63.

alextcn commented 7 years ago

@rikochet yes, that's what I meant. Have you found any solution?