fun View.updatePaddingRelative(start: Int = paddingStart, top: Int = paddingTop, end: Int = paddingEnd, bottom: Int = paddingBottom): Unit
Updates this view's relative padding. This version of the method allows using named parameters to just set one or more axes.
See Also