set Margins
Set this view's margins.
This view layout params need to be a ViewGroup.MarginLayoutParams, if not will be ignored.
Receiver
Parameters
left
the left margin (px).
top
the top margin (px).
right
the right margin (px).
bottom
the bottom margin (px).
See also
Set this view's margins.
This view layout params need to be a ViewGroup.MarginLayoutParams, if not will be ignored.
Receiver
Parameters
size
the margin size (px).