i want to make some blur in the edges of the recycler view, as you can see in the picture, the top and bottom part are "cut", i would like to give the sensation of disappearing (like the second image (that image is on figma, so i havent made it on android)), its possible to do that? I dont like the cutted version at all
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Have you tried something like this in your xml (RecyclerView):
And, you need to remove your bottom margin, otherwise your fading edges wouldn’t look as you wish.
You can use in RecyclerView
output here: