500px / greedo-layout-for-android

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

Update GreedoLayoutManager.java #33

Open prav1021 opened 7 years ago

prav1021 commented 7 years ago

In case of up scrolling some of the views are not getting filled and they remain empty. When row heights are large they are not much visible, but if make row heights small (100 px, 200 px) on fast scroll up whole views are getting empty. Take this solution and problem won't exist anymore.