Skip to content

Instantly share code, notes, and snippets.

@tai-nguyen2112
tai-nguyen2112 / HeaderItemDecoration.kt
Last active October 17, 2024 09:22 — forked from filipkowicz/HeaderItemDecoration.kt
Sticky header for RecyclerView, 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
@filipkowicz
filipkowicz / HeaderItemDecoration.kt
Last active August 20, 2025 04:40
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