inline fun MarginLayoutParams.updateMargins(@Px left: Int = leftMargin, @Px top: Int = topMargin, @Px right: Int = rightMargin, @Px bottom: Int = bottomMargin): Unit
Updates the margins in the ViewGroup's MarginLayoutParams. This version of the method allows using named parameters to just set one or more axes.
See Also