open class ActionImage : Action
(source)
An action that just shows a static, non-clickable image.
imageResource
- The drawable to be shown.
contentDescription
- Optional content description to be used. If no content description
is provided then this view will be treated as not important for
accessibility.
ActionImage(imageResource: Int, contentDescription: String? = null)
An action that just shows a static, non-clickable image. |
open val visible: () -> Boolean |
open fun bind(view: View): Unit |
|
open fun createView(parent: ViewGroup): View |