[Android] Different between Padding and Margin in Layout

本文详细解释了Android开发中视图的Padding和Margin属性的作用。Padding用于在视图内部偏移内容,而Margin则用于在视图组内布局子视图周围的空白区域。文章还提到了视图测量其尺寸时会考虑Padding,但不支持Margin,这部分由视图组提供支持。
The original descriptions in Android * Padding The padding is expressed in pixels for the left, top, right and bottom parts of the view. Padding can be used to offset the content of the view by a specific amount of pixels. * Margin Specifies extra space on the bottom side of this view. This space is outside this view's bounds. In brief speaking, * A Padding is used inside of the View to shift contents in it. * A Margin is used outside of the View for a ViewGroup to layout the empty space at the side of child PS. 1. To measure its dimensions, a view takes into account its padding. 2. Even though a view can define a padding, it does not provide any support for margins. However, view groups provide such a support.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值