fun View.updatePadding(left: Int = paddingLeft, top: Int = paddingTop, right: Int = paddingRight, bottom: Int = paddingBottom): Unit
Updates this view's padding. This version of the method allows using named parameters to just set one or more axes.
See Also