inboxrecyclerview / me.saket.inboxrecyclerview.dimming / UncoveredAreaTintPainter / <init>

<init>

UncoveredAreaTintPainter(color: Int, opacity: Float)

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.

If the tinted area appears incorrect, try using TintPainter.completeList instead.