Difference between a View's Padding and Margin

后端 未结 14 2892
渐次进展
渐次进展 2020-11-22 06:45

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

14条回答
  •  情歌与酒
    2020-11-22 06:56

    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.

提交回复
热议问题