FeaturedRecyclerView
FeaturedRecyclerView copied to clipboard
Last few items don't get expanded
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?
same problem here !!! Can you help me ? Thanks
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.
I can confirm that @joseAugustoCR suggestion works fine. You need a large enough padding and then set clipToPadding="false"
Can you please elaborate how to do so?