您的位置:首页 > 移动开发 > Android开发

android:layout_marginLeft android:paddingLeft android:layout_gravity android:gravity

2013-06-03 18:48 489 查看
相信你一看就懂:<__>

android:layout_marginLeft

Specifies extra space on the left side of this view. This space is outside this view's bounds.  指的是控件本View 相对于外部控件的一个偏移量。

android:paddingLeft

Sets the padding, in pixels, of the left edge; see padding. 指控件内部内容相对于所在控件边距的的偏移量。

下同:

android:layout_gravity

Standard gravity constant that a child supplies to its parent. Defines how the child view should be positioned, on both the X and Y axes, within its enclosing layout.

android:gravity

Specifies how an object should position its content, on both the X and Y axes, within its own bounds.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐