Skip to content

zeeshanrasool91/HeaderItemDecorationExample

 
 

Repository files navigation

Download

HeaderItemDecorationExample

Simple Example how to use HeaderItemDecoration from gist https://gist.github.com/filipkowicz/1a769001fae407b8813ab4387c42fcbd

Note that this project is simple as possible and do not cover all best practices. Only goal of this project is to show how to integrate HeaderItemDecoration into your projects.

All help welcomed 🙏 if you have any idea please clone and make PR 😊

have fun and happy coding 😃

Import

compile 'com.filipkowicz.tools:header-item-decoration:0.8'

How to use

import com.filipkowicz.headeritemdecorator.HeaderItemDecoration

...

recyclerView.addItemDecoration(HeaderItemDecoration(this,
                    shouldFadeOutHeader = true
                ) {
                // example check for header item
                    [email protected](it) == R.layout.header_layout
                })

About

Simple Example how to use HeaderItemDecoration from gist https://gist.github.com/filipkowicz/1a769001fae407b8813ab4387c42fcbd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%