ThumbnailView

constructor(context: Context)

Instantiate a ThumbnailView view

Parameters

context

the Android context


constructor(context: Context, attrs: AttributeSet)

Instantiate a ThumbnailView view

Parameters

context

the Android context

attrs

The attributes of the XML tag that is inflating the view. This value may be null.


constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int)

Instantiate a ThumbnailView view

Parameters

context

the Android context

attrs

The attributes of the XML tag that is inflating the view. This value may be null.

defStyleAttr

An attribute in the current theme that contains a reference to a style resource that supplies default values for the view. Can be 0 to not look for defaults.