500px / greedo-layout-for-android

Full aspect ratio grid LayoutManager for Android's RecyclerView
MIT License
1.64k stars 156 forks source link

Is it possible to have Recycler View with GreedoLayout manager inside a row of another recycler view? #23

Open anuragopenxcell opened 8 years ago

anuragopenxcell commented 8 years ago

I like how Greedo works and it suits my need perfectly well, but what I want to achieve is have a recycler view whose row consist of another recycler view having greedo layout manager. The problem I am facing this is GreedoLayout manager does not wrap the height of the recycler view to wrap content make it impossible for me to achieve what I want, can you please possibly suggest a way to achieve this?

e-hai commented 7 years ago

@anuragopenxcell Did you solve it? I have the same problem!