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 can be hard.
CompleteListTintPainter(color: Int, opacity: Float)
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 can be hard. |
open fun drawTint(canvas: Canvas): Unit |
|
open fun onAttachRecyclerView(recyclerView: InboxRecyclerView, page: ExpandablePageLayout): Unit |
|
open fun onDetachRecyclerView(): Unit |