Difference between a View's Padding and Margin

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

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

14条回答
  •  一个人的身影
    2020-11-22 07:11

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

提交回复
热议问题