Difference between a View's Padding and Margin

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

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

14条回答
  •  萌比男神i
    2020-11-22 07:07

    In simple words:

    1. Padding - creates space inside the view's border.
    2. Margin - creates space outside the view's border.

提交回复
热议问题