withStyledAttributes
Executes block on a TypedArray receiver. The TypedArray holds the attribute values in set that are listed in attrs. In addition, if the given AttributeSet specifies a style class (through the style
attribute), that style will be applied on top of the base attributes it defines.
Parameters
The base set of attribute values.
The desired attributes to be retrieved. These attribute IDs must be sorted in ascending order.
An attribute in the current theme that contains a reference to a style resource that supplies defaults values for the TypedArray. Can be 0 to not look for defaults.
A resource identifier of a style resource that supplies default values for the TypedArray, used only if defStyleAttr is 0 or can not be found in the theme. Can be 0 to not look for defaults.
The block that will be executed.
See also
Executes block on a TypedArray receiver. The TypedArray holds the values defined by the style resource resourceId which are listed in attrs.
Parameters
The desired style resource.
The desired attributes. These attribute IDs must be sorted in ascending order.
The block that will be executed.