Skip to content

Instantly share code, notes, and snippets.

View tlozovyi's full-sized avatar

Taras Lozovyi tlozovyi

View GitHub Profile
@filipkowicz
filipkowicz / HeaderItemDecoration.kt
Last active April 19, 2024 15:37
Item Decorator for sticky headers in Kotlin
package com.filipkowicz.headeritemdecorator
/*
solution based on - based on Sevastyan answer on StackOverflow
changes:
- take to account views offsets
- transformed to Kotlin
- now works on viewHolders