setCvvPadding

fun setCvvPadding(startPx: Int?, topPx: Int?, endPx: Int?, bottomPx: Int?)

Sets the padding for the area immediately surrounding the CVV input

Parameters

startPx

Padding (in pixels) for the left of the CVV input area

topPx

Padding (in pixels) for the top of the CVV input area

endPx

Padding (in pixels) for the right of the CVV input area

bottomPx

Padding (in pixels) for the bottom of the CVV input area (the area between the bottom of the input field and the error message)

NOTE: If you want to set the padding around the entire control (including around the error message) use View.setPadding()