Android的布局属性中padding和margin的区别
google的Android文档里的解释:public static final int padding Since: API Level 1 Sets the padding, in pixels, of all four edges. Padding is defined as space between the edges of the view and the view"s content. A views size will include it...