Add space to the end of the RecyclerView
问题 I have a recyclerview with a gridlayout. What I want is when the user scrolls to the end of the list (see my bad mockup), there should be an empty space with a height of 50dp, which isn't the same dimensions as my grid. Note that this space is only visible at the very end end, as I do not want to change the layout. I could make it so that the recycerview has a margin bottom of 50dp, but I do not want to do that. <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http:/