ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

Is it possible to disable sticking? #79

Closed ivametal closed 7 years ago

ivametal commented 7 years ago

Is it possible to disable sticking???

ivametal commented 7 years ago

Solved.

I add 1 line in a lib code :)

azatserzhan commented 5 years ago

@ivametal Привет, у тебя получилось добавить одну строку и сделать так что бы не прилипал? Буду очень благодарен если поделишься.

nareshkatta99 commented 5 years ago

in

getHeaderTop(@NonNull RecyclerView parent, @NonNull View child,
            @NonNull View header, int adapterPos, int layoutPos)

method there is a line top = Math.max(0, top) This is the one line you have to change I suppose.