CheckableImageView

android.widget.ImageView that supports checkable state

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet?)
constructor(context: Context, attrs: AttributeSet?, defStyle: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun isChecked(): Boolean
Link copied to clipboard
open fun onCreateDrawableState(extraSpace: Int): IntArray
Link copied to clipboard
open override fun setChecked(checked: Boolean)
Link copied to clipboard
open override fun toggle()