ViewSizeResolver

A SizeResolver that measures the size of a View.

Properties

Link copied to clipboard

If true, the view's padding will be subtracted from its size.

Link copied to clipboard
abstract val view: T

The View to measure. This field should be immutable.

Functions

Link copied to clipboard
open suspend override fun size(): Size

Return the Size that the image should be loaded at.