emilsjolander/StickyScrollViewItems

Is there a way to add top margin to the sticky view ?

Opened this issue · 0 comments

Firstly, thanks a ton for this library ! Saved my life !!
I have a CardView that I am using as a sticky view. Below it I have a RecyclerView.
When i am scrolling my view, the cardView sticks to the top of the screen as it should, but without any marginTop. I tried adding margins, but they have no effect on it whatsoever.

Any help would be appreciated. Thanks a lot !