Difference between a View's Padding and Margin

2018-12-31 08:56发布

What is the difference between a View's Margin and Padding?

14条回答
与风俱净
2楼-- · 2018-12-31 09:27

In simple words:
padding changes the size of the box (with something).
margin changes the space between different boxes

查看更多
谁念西风独自凉
3楼-- · 2018-12-31 09:28

Margin refers to the extra space outside of an element. Padding refers to the extra space within an element. The margin is the extra space around the control. The padding is extra space inside the control.

It's hard to see the difference with margin and padding with a white fill, but with a colored fill you can see it fine.

查看更多
登录 后发表回答