I have a RecyclerView
with Horizontal
and Vertical
scrolling. Because, This is a Grid, with recyclerview
. Why? Because It's much optimalized than simple Grid
in ScrollViews
.
I want to add a Line to recyclerview. Above the items. (Z coordinate)
This line need to scrolling with list items.
Anyone have idea how to do it? Can I add a new Layer above the items?