FeaturedRecyclerView icon indicating copy to clipboard operation
FeaturedRecyclerView copied to clipboard

Last few items don't get expanded

Open sajorahasan opened this issue 8 years ago • 4 comments
trafficstars

Hello there, Thanks for this cool library. There's seem to be 1 issue with this library is when we reached end of the list, the last few items(3 or more) don't get expanded. I know that you are gonna fix this bug in next update but i need quick solution now so can you help me?

What if when recycle reaches bottom of the list we make it scroll again from top(Continuous scrolling) or OnClickItem Expandable?

sajorahasan avatar Jun 28 '17 09:06 sajorahasan

same problem here !!! Can you help me ? Thanks

asifadamsha avatar Oct 07 '17 21:10 asifadamsha

You can set a paddingBottom and clipToPadding = false on the recycler. Padding bottom must be big enough for the last item to go up to the top of the screen.

joseAugustoCR avatar Jan 09 '18 18:01 joseAugustoCR

I can confirm that @joseAugustoCR suggestion works fine. You need a large enough padding and then set clipToPadding="false"

curioustechizen avatar Jan 29 '18 15:01 curioustechizen

Can you please elaborate how to do so?

famictech2000 avatar Mar 16 '19 19:03 famictech2000