setPaddingStart

fun View.setPaddingStart(paddingPx: Float?)

Sets the start padding of the View inside a ViewGroup to the given paddingPx. The fractional part, if any, is rounded down towards zero. If paddingPx is null, the start padding is set to 0.