//library/ss_n.common_ktx.extension/setMargin
[androidJvm]
fun View.setMargin(left: Int? = null, top: Int? = null, right: Int? = null, bottom: Int? = null)
Set Margin to View
androidJvm
left | value is pixel |
top | value is pixel |
right | value is pixel |
bottom | value is pixel |