ImageViewTarget

A Target that handles setting images on an ImageView.

Constructors

Link copied to clipboard
constructor(view: ImageView)

Properties

Link copied to clipboard
open override var drawable: Drawable?

The current Drawable attached to view.

Link copied to clipboard
open override val view: ImageView

The View used by this Target. This field should be immutable.