Header Item Decoration
class HeaderItemDecoration(context: Context, mListener: StickyHeaderInterface) : RecyclerView.ItemDecoration
Created By Akshay Sharma on 17,June,2021 https://ak1.io
Functions
Link copied to clipboard
open fun getItemOffsets(@NonNull outRect: Rect, @NonNull view: View, @NonNull parent: RecyclerView, @NonNull state: RecyclerView.State)
Link copied to clipboard
open fun onDraw(@NonNull c: Canvas, @NonNull parent: RecyclerView, @NonNull state: RecyclerView.State)
Link copied to clipboard