inboxrecyclerview / me.saket.inboxrecyclerview.dimming

Package me.saket.inboxrecyclerview.dimming

Types

CompleteListTintPainter

class CompleteListTintPainter : UncoveredAreaTintPainter

Draws a tint on the entire InboxRecyclerView. Unlike UncoveredAreaTintPainter, this requires the page to have its own background, but is a safer option because it does not involve any coordinate calculations. Maths is hard.

TintPainter

abstract class TintPainter

Draws a tint on InboxRecyclerView rows while it's covered by ExpandablePageLayout.

UncoveredAreaTintPainter

open class UncoveredAreaTintPainter : TintPainter, PageStateChangeCallbacks

Draws a tint on InboxRecyclerView only in the area that's not covered by its page. This allows the page content to not have another background of its own, thus reducing overdraw by a level.