set Card Background Style
XML Attributes: cardBackgroundColor, cardBorderColor, cardBorderWidth, cardBorderRadius
Sets background styles for the card input component of this view.
Parameters
The background color (in hex format) for the card input component, or null which defaults to transparent
The color for the background border (in hex format) of the card input component, or null which defaults to transparent
The width of the background border in pixels, or null which defaults to 0
and removes the border
The radius for the corners of the border in pixels, or null which defaults to 0
and removes the border radius
XML Attributes: cardBackgroundColor, cardBorderColor, cardBorderWidth, cardBorderRadius
Sets background styles for the card input component of this view.
Parameters
The background color for the card input component, or null which defaults to transparent
The color for the background border of the card input component, or null which defaults to transparent
The width of the background border in pixels, or null which defaults to 0
and removes the border
The radius for the corners of the border in pixels, or null which defaults to 0
and removes the border radius